Uses of Class
software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeysResponse
-
Packages that use GetUsagePlanKeysResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetUsagePlanKeysResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetUsagePlanKeysResponse Modifier and Type Method Description default GetUsagePlanKeysResponseApiGatewayClient. getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest)Gets all the usage plan keys representing the API keys added to a specified usage plan.default GetUsagePlanKeysResponseApiGatewayClient. getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest)Gets all the usage plan keys representing the API keys added to a specified usage plan.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetUsagePlanKeysResponse Modifier and Type Method Description default CompletableFuture<GetUsagePlanKeysResponse>ApiGatewayAsyncClient. getUsagePlanKeys(Consumer<GetUsagePlanKeysRequest.Builder> getUsagePlanKeysRequest)Gets all the usage plan keys representing the API keys added to a specified usage plan.default CompletableFuture<GetUsagePlanKeysResponse>ApiGatewayAsyncClient. getUsagePlanKeys(GetUsagePlanKeysRequest getUsagePlanKeysRequest)Gets all the usage plan keys representing the API keys added to a specified usage plan. -
Uses of GetUsagePlanKeysResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetUsagePlanKeysResponse Modifier and Type Method Description Iterator<GetUsagePlanKeysResponse>GetUsagePlanKeysIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetUsagePlanKeysResponse Modifier and Type Method Description voidGetUsagePlanKeysPublisher. subscribe(org.reactivestreams.Subscriber<? super GetUsagePlanKeysResponse> subscriber)
-