Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteUsagePlanKeyRequest
-
Packages that use DeleteUsagePlanKeyRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of DeleteUsagePlanKeyRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type DeleteUsagePlanKeyRequest Modifier and Type Method Description default CompletableFuture<DeleteUsagePlanKeyResponse>ApiGatewayAsyncClient. deleteUsagePlanKey(DeleteUsagePlanKeyRequest 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. -
Uses of DeleteUsagePlanKeyRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type DeleteUsagePlanKeyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteUsagePlanKeyRequestMarshaller. marshall(DeleteUsagePlanKeyRequest deleteUsagePlanKeyRequest)
-