Uses of Class
software.amazon.awssdk.services.rds.model.EnableHttpEndpointResponse
-
Packages that use EnableHttpEndpointResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of EnableHttpEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return EnableHttpEndpointResponse Modifier and Type Method Description default 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 EnableHttpEndpointResponse Modifier and Type Method Description default CompletableFuture<EnableHttpEndpointResponse>RdsAsyncClient. enableHttpEndpoint(Consumer<EnableHttpEndpointRequest.Builder> enableHttpEndpointRequest)Enables the HTTP endpoint for the DB cluster.default CompletableFuture<EnableHttpEndpointResponse>RdsAsyncClient. enableHttpEndpoint(EnableHttpEndpointRequest enableHttpEndpointRequest)Enables the HTTP endpoint for the DB cluster.
-