Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse.Builder
-
Packages that use GetUsagePlanKeyResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GetUsagePlanKeyResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetUsagePlanKeyResponse.Builder Modifier and Type Method Description static GetUsagePlanKeyResponse.BuilderGetUsagePlanKeyResponse. builder()GetUsagePlanKeyResponse.BuilderGetUsagePlanKeyResponse.Builder. id(String id)The Id of a usage plan key.GetUsagePlanKeyResponse.BuilderGetUsagePlanKeyResponse.Builder. name(String name)The name of a usage plan key.GetUsagePlanKeyResponse.BuilderGetUsagePlanKeyResponse. toBuilder()GetUsagePlanKeyResponse.BuilderGetUsagePlanKeyResponse.Builder. type(String type)The type of a usage plan key.GetUsagePlanKeyResponse.BuilderGetUsagePlanKeyResponse.Builder. value(String value)The value of a usage plan key.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetUsagePlanKeyResponse.Builder Modifier and Type Method Description static Class<? extends GetUsagePlanKeyResponse.Builder>GetUsagePlanKeyResponse. serializableBuilderClass()
-