Uses of Class
software.amazon.awssdk.services.apigateway.model.GetApiKeyRequest
-
Packages that use GetApiKeyRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetApiKeyRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetApiKeyRequest Modifier and Type Method Description default CompletableFuture<GetApiKeyResponse>ApiGatewayAsyncClient. getApiKey(GetApiKeyRequest getApiKeyRequest)Gets information about the current ApiKey resource.default GetApiKeyResponseApiGatewayClient. getApiKey(GetApiKeyRequest getApiKeyRequest)Gets information about the current ApiKey resource. -
Uses of GetApiKeyRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetApiKeyRequest Modifier and Type Method Description SdkHttpFullRequestGetApiKeyRequestMarshaller. marshall(GetApiKeyRequest getApiKeyRequest)
-