Uses of Class
software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest
-
Packages that use GetApiKeysRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetApiKeysRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetApiKeysRequest Modifier and Type Method Description default CompletableFuture<GetApiKeysResponse>ApiGatewayAsyncClient. getApiKeys(GetApiKeysRequest getApiKeysRequest)Gets information about the current ApiKeys resource.default GetApiKeysResponseApiGatewayClient. getApiKeys(GetApiKeysRequest getApiKeysRequest)Gets information about the current ApiKeys resource.default GetApiKeysPublisherApiGatewayAsyncClient. getApiKeysPaginator(GetApiKeysRequest getApiKeysRequest)This is a variant ofApiGatewayAsyncClient.getApiKeys(software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest)operation.default GetApiKeysIterableApiGatewayClient. getApiKeysPaginator(GetApiKeysRequest getApiKeysRequest)This is a variant ofApiGatewayClient.getApiKeys(software.amazon.awssdk.services.apigateway.model.GetApiKeysRequest)operation. -
Uses of GetApiKeysRequest in software.amazon.awssdk.services.apigateway.paginators
Constructors in software.amazon.awssdk.services.apigateway.paginators with parameters of type GetApiKeysRequest Constructor Description GetApiKeysIterable(ApiGatewayClient client, GetApiKeysRequest firstRequest)GetApiKeysPublisher(ApiGatewayAsyncClient client, GetApiKeysRequest firstRequest) -
Uses of GetApiKeysRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetApiKeysRequest Modifier and Type Method Description SdkHttpFullRequestGetApiKeysRequestMarshaller. marshall(GetApiKeysRequest getApiKeysRequest)
-