Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest.Builder
Packages that use CreateUsagePlanKeyRequest.Builder
Package
Description
-
Uses of CreateUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder> createUsagePlanKeyRequest) Creates a usage plan key for adding an existing API key to a usage plan.default CreateUsagePlanKeyResponseApiGatewayClient.createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder> createUsagePlanKeyRequest) Creates a usage plan key for adding an existing API key to a usage plan. -
Uses of CreateUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptionCreateUsagePlanKeyRequest.builder()The identifier of a UsagePlanKey resource for a plan customer.The type of a UsagePlanKey resource for a plan customer.CreateUsagePlanKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateUsagePlanKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateUsagePlanKeyRequest.toBuilder()CreateUsagePlanKeyRequest.Builder.usagePlanId(String usagePlanId) The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateUsagePlanKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateUsagePlanKeyRequest.Builder>CreateUsagePlanKeyRequest.serializableBuilderClass()