Uses of Class
com.amazonaws.services.rds.model.CreateDBSubnetGroupRequest
Packages that use CreateDBSubnetGroupRequest
-
Uses of CreateDBSubnetGroupRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type CreateDBSubnetGroupRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.createDBSubnetGroup
(CreateDBSubnetGroupRequest request) AmazonRDS.createDBSubnetGroup
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest) Creates a new DB subnet group.AmazonRDSClient.createDBSubnetGroup
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest) Creates a new DB subnet group.AbstractAmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request) AbstractAmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) AmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest) Creates a new DB subnet group.AmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) Creates a new DB subnet group.AmazonRDSAsyncClient.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request) AmazonRDSAsyncClient.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type CreateDBSubnetGroupRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) AmazonRDSAsync.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest createDBSubnetGroupRequest, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) Creates a new DB subnet group.AmazonRDSAsyncClient.createDBSubnetGroupAsync
(CreateDBSubnetGroupRequest request, AsyncHandler<CreateDBSubnetGroupRequest, DBSubnetGroup> asyncHandler) -
Uses of CreateDBSubnetGroupRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CreateDBSubnetGroupRequestModifier and TypeMethodDescriptionCreateDBSubnetGroupRequest.clone()
CreateDBSubnetGroupRequest.withDBSubnetGroupDescription
(String dBSubnetGroupDescription) The description for the DB subnet group.CreateDBSubnetGroupRequest.withDBSubnetGroupName
(String dBSubnetGroupName) The name for the DB subnet group.CreateDBSubnetGroupRequest.withSubnetIds
(String... subnetIds) The EC2 Subnet IDs for the DB subnet group.CreateDBSubnetGroupRequest.withSubnetIds
(Collection<String> subnetIds) The EC2 Subnet IDs for the DB subnet group.NOTE: This method appends the values to the existing list (if any).CreateDBSubnetGroupRequest.withTags
(Collection<Tag> tags)