Uses of Class
software.amazon.awssdk.services.apigateway.model.GetUsagePlanKeyResponse
Packages that use GetUsagePlanKeyResponse
-
Uses of GetUsagePlanKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetUsagePlanKeyResponseModifier and TypeMethodDescriptiondefault GetUsagePlanKeyResponseApiGatewayClient.getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder> getUsagePlanKeyRequest) Gets a usage plan key of a given key identifier.default GetUsagePlanKeyResponseApiGatewayClient.getUsagePlanKey(GetUsagePlanKeyRequest getUsagePlanKeyRequest) Gets a usage plan key of a given key identifier.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetUsagePlanKeyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetUsagePlanKeyResponse>ApiGatewayAsyncClient.getUsagePlanKey(Consumer<GetUsagePlanKeyRequest.Builder> getUsagePlanKeyRequest) Gets a usage plan key of a given key identifier.default CompletableFuture<GetUsagePlanKeyResponse>ApiGatewayAsyncClient.getUsagePlanKey(GetUsagePlanKeyRequest getUsagePlanKeyRequest) Gets a usage plan key of a given key identifier.