Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyResponse.Builder
-
Packages that use CreateUsagePlanKeyResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of CreateUsagePlanKeyResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateUsagePlanKeyResponse.Builder Modifier and Type Method Description static CreateUsagePlanKeyResponse.BuilderCreateUsagePlanKeyResponse. builder()CreateUsagePlanKeyResponse.BuilderCreateUsagePlanKeyResponse.Builder. id(String id)The Id of a usage plan key.CreateUsagePlanKeyResponse.BuilderCreateUsagePlanKeyResponse.Builder. name(String name)The name of a usage plan key.CreateUsagePlanKeyResponse.BuilderCreateUsagePlanKeyResponse. toBuilder()CreateUsagePlanKeyResponse.BuilderCreateUsagePlanKeyResponse.Builder. type(String type)The type of a usage plan key.CreateUsagePlanKeyResponse.BuilderCreateUsagePlanKeyResponse.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 CreateUsagePlanKeyResponse.Builder Modifier and Type Method Description static Class<? extends CreateUsagePlanKeyResponse.Builder>CreateUsagePlanKeyResponse. serializableBuilderClass()
-