Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.CreateCellResponse
-
Packages that use CreateCellResponse Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readiness -
-
Uses of CreateCellResponse in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness that return CreateCellResponse Modifier and Type Method Description default CreateCellResponseRoute53RecoveryReadinessClient. createCell(Consumer<CreateCellRequest.Builder> createCellRequest)Creates a cell in an account.default CreateCellResponseRoute53RecoveryReadinessClient. createCell(CreateCellRequest createCellRequest)Creates a cell in an account.Methods in software.amazon.awssdk.services.route53recoveryreadiness that return types with arguments of type CreateCellResponse Modifier and Type Method Description default CompletableFuture<CreateCellResponse>Route53RecoveryReadinessAsyncClient. createCell(Consumer<CreateCellRequest.Builder> createCellRequest)Creates a cell in an account.default CompletableFuture<CreateCellResponse>Route53RecoveryReadinessAsyncClient. createCell(CreateCellRequest createCellRequest)Creates a cell in an account.
-