Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateApiKeyRequest
-
Packages that use CreateApiKeyRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of CreateApiKeyRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type CreateApiKeyRequest Modifier and Type Method Description default CompletableFuture<CreateApiKeyResponse>ApiGatewayAsyncClient. createApiKey(CreateApiKeyRequest createApiKeyRequest)Create an ApiKey resource.default CreateApiKeyResponseApiGatewayClient. createApiKey(CreateApiKeyRequest createApiKeyRequest)Create an ApiKey resource. -
Uses of CreateApiKeyRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type CreateApiKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreateApiKeyRequestMarshaller. marshall(CreateApiKeyRequest createApiKeyRequest)
-