Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyResponse
Packages that use DeleteUsagePlanKeyResponse
-
Uses of DeleteUsagePlanKeyResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteUsagePlanKeyResponseModifier and TypeMethodDescriptiondefault DeleteUsagePlanKeyResponseApiGatewayClient.deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest) Deletes a usage plan key and remove the underlying API key from the associated usage plan.default DeleteUsagePlanKeyResponseApiGatewayClient.deleteUsagePlanKey(DeleteUsagePlanKeyRequest deleteUsagePlanKeyRequest) Deletes a usage plan key and remove the underlying API key from the associated usage plan.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteUsagePlanKeyResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest) Deletes a usage plan key and remove the underlying API key from the associated usage plan.ApiGatewayAsyncClient.deleteUsagePlanKey(DeleteUsagePlanKeyRequest deleteUsagePlanKeyRequest) Deletes a usage plan key and remove the underlying API key from the associated usage plan.