Uses of Class
software.amazon.awssdk.services.rds.model.ModifyDbClusterEndpointResponse
Packages that use ModifyDbClusterEndpointResponse
-
Uses of ModifyDbClusterEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return ModifyDbClusterEndpointResponseModifier and TypeMethodDescriptiondefault ModifyDbClusterEndpointResponseRdsClient.modifyDBClusterEndpoint(Consumer<ModifyDbClusterEndpointRequest.Builder> modifyDbClusterEndpointRequest) Modifies the properties of an endpoint in an Amazon Aurora DB cluster.default ModifyDbClusterEndpointResponseRdsClient.modifyDBClusterEndpoint(ModifyDbClusterEndpointRequest modifyDbClusterEndpointRequest) Modifies the properties of an endpoint in an Amazon Aurora DB cluster.Methods in software.amazon.awssdk.services.rds that return types with arguments of type ModifyDbClusterEndpointResponseModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBClusterEndpoint(Consumer<ModifyDbClusterEndpointRequest.Builder> modifyDbClusterEndpointRequest) Modifies the properties of an endpoint in an Amazon Aurora DB cluster.RdsAsyncClient.modifyDBClusterEndpoint(ModifyDbClusterEndpointRequest modifyDbClusterEndpointRequest) Modifies the properties of an endpoint in an Amazon Aurora DB cluster.