Uses of Class
software.amazon.awssdk.services.rds.model.EnableHttpEndpointResponse
Packages that use EnableHttpEndpointResponse
-
Uses of EnableHttpEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return EnableHttpEndpointResponseModifier and TypeMethodDescriptiondefault EnableHttpEndpointResponseRdsClient.enableHttpEndpoint(Consumer<EnableHttpEndpointRequest.Builder> enableHttpEndpointRequest) Enables the HTTP endpoint for the DB cluster.default EnableHttpEndpointResponseRdsClient.enableHttpEndpoint(EnableHttpEndpointRequest enableHttpEndpointRequest) Enables the HTTP endpoint for the DB cluster.Methods in software.amazon.awssdk.services.rds that return types with arguments of type EnableHttpEndpointResponseModifier and TypeMethodDescriptionRdsAsyncClient.enableHttpEndpoint(Consumer<EnableHttpEndpointRequest.Builder> enableHttpEndpointRequest) Enables the HTTP endpoint for the DB cluster.RdsAsyncClient.enableHttpEndpoint(EnableHttpEndpointRequest enableHttpEndpointRequest) Enables the HTTP endpoint for the DB cluster.