Uses of Class
software.amazon.awssdk.services.rds.model.DisableHttpEndpointResponse
Packages that use DisableHttpEndpointResponse
-
Uses of DisableHttpEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DisableHttpEndpointResponseModifier and TypeMethodDescriptiondefault 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 DisableHttpEndpointResponseModifier and TypeMethodDescriptionRdsAsyncClient.disableHttpEndpoint(Consumer<DisableHttpEndpointRequest.Builder> disableHttpEndpointRequest) Disables the HTTP endpoint for the specified DB cluster.RdsAsyncClient.disableHttpEndpoint(DisableHttpEndpointRequest disableHttpEndpointRequest) Disables the HTTP endpoint for the specified DB cluster.