Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbClusterEndpointRequest
-
Packages that use CreateDbClusterEndpointRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of CreateDbClusterEndpointRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type CreateDbClusterEndpointRequest Modifier and Type Method Description default CompletableFuture<CreateDbClusterEndpointResponse>RdsAsyncClient. createDBClusterEndpoint(CreateDbClusterEndpointRequest 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. -
Uses of CreateDbClusterEndpointRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type CreateDbClusterEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateDbClusterEndpointRequestMarshaller. marshall(CreateDbClusterEndpointRequest createDbClusterEndpointRequest)
-