Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanKeyRequest
-
Packages that use CreateUsagePlanKeyRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of CreateUsagePlanKeyRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type CreateUsagePlanKeyRequest Modifier and Type Method Description default CompletableFuture<CreateUsagePlanKeyResponse>ApiGatewayAsyncClient. createUsagePlanKey(CreateUsagePlanKeyRequest createUsagePlanKeyRequest)Creates a usage plan key for adding an existing API key to a usage plan.default CreateUsagePlanKeyResponseApiGatewayClient. createUsagePlanKey(CreateUsagePlanKeyRequest createUsagePlanKeyRequest)Creates a usage plan key for adding an existing API key to a usage plan. -
Uses of CreateUsagePlanKeyRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type CreateUsagePlanKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreateUsagePlanKeyRequestMarshaller. marshall(CreateUsagePlanKeyRequest createUsagePlanKeyRequest)
-