Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest.Builder
-
Packages that use CreateUsagePlanKeyRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of CreateUsagePlanKeyRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateUsagePlanKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateUsagePlanKeyResponse>ApiGatewayAsyncClient. 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.Builder Modifier and Type Method Description static CreateUsagePlanKeyRequest.BuilderCreateUsagePlanKeyRequest. builder()CreateUsagePlanKeyRequest.BuilderCreateUsagePlanKeyRequest.Builder. keyId(String keyId)The identifier of a UsagePlanKey resource for a plan customer.CreateUsagePlanKeyRequest.BuilderCreateUsagePlanKeyRequest.Builder. keyType(String keyType)The type of a UsagePlanKey resource for a plan customer.CreateUsagePlanKeyRequest.BuilderCreateUsagePlanKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateUsagePlanKeyRequest.BuilderCreateUsagePlanKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateUsagePlanKeyRequest.BuilderCreateUsagePlanKeyRequest. toBuilder()CreateUsagePlanKeyRequest.BuilderCreateUsagePlanKeyRequest.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.Builder Modifier and Type Method Description static Class<? extends CreateUsagePlanKeyRequest.Builder>CreateUsagePlanKeyRequest. serializableBuilderClass()
-