Uses of Class
software.amazon.awssdk.services.rds.model.DisableHttpEndpointResponse
-
Packages that use DisableHttpEndpointResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DisableHttpEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DisableHttpEndpointResponse Modifier and Type Method Description default DisableHttpEndpointResponseRdsClient. disableHttpEndpoint(Consumer<DisableHttpEndpointRequest.Builder> disableHttpEndpointRequest)Disables the HTTP endpoint for the specified DB cluster.default DisableHttpEndpointResponseRdsClient. disableHttpEndpoint(DisableHttpEndpointRequest disableHttpEndpointRequest)Disables the HTTP endpoint for the specified DB cluster.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DisableHttpEndpointResponse Modifier and Type Method Description default CompletableFuture<DisableHttpEndpointResponse>RdsAsyncClient. disableHttpEndpoint(Consumer<DisableHttpEndpointRequest.Builder> disableHttpEndpointRequest)Disables the HTTP endpoint for the specified DB cluster.default CompletableFuture<DisableHttpEndpointResponse>RdsAsyncClient. disableHttpEndpoint(DisableHttpEndpointRequest disableHttpEndpointRequest)Disables the HTTP endpoint for the specified DB cluster.
-