Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateApiKeyRequest
-
Packages that use UpdateApiKeyRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UpdateApiKeyRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UpdateApiKeyRequest Modifier and Type Method Description default CompletableFuture<UpdateApiKeyResponse>ApiGatewayAsyncClient. updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)Changes information about an ApiKey resource.default UpdateApiKeyResponseApiGatewayClient. updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)Changes information about an ApiKey resource. -
Uses of UpdateApiKeyRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UpdateApiKeyRequest Modifier and Type Method Description SdkHttpFullRequestUpdateApiKeyRequestMarshaller. marshall(UpdateApiKeyRequest updateApiKeyRequest)
-