Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbClusterEndpointResponse
Packages that use CreateDbClusterEndpointResponse
-
Uses of CreateDbClusterEndpointResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return CreateDbClusterEndpointResponseModifier and TypeMethodDescriptiondefault CreateDbClusterEndpointResponseRdsClient.createDBClusterEndpoint(Consumer<CreateDbClusterEndpointRequest.Builder> createDbClusterEndpointRequest) Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.default CreateDbClusterEndpointResponseRdsClient.createDBClusterEndpoint(CreateDbClusterEndpointRequest createDbClusterEndpointRequest) Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.Methods in software.amazon.awssdk.services.rds that return types with arguments of type CreateDbClusterEndpointResponseModifier and TypeMethodDescriptionRdsAsyncClient.createDBClusterEndpoint(Consumer<CreateDbClusterEndpointRequest.Builder> createDbClusterEndpointRequest) Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.RdsAsyncClient.createDBClusterEndpoint(CreateDbClusterEndpointRequest createDbClusterEndpointRequest) Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.