Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.CreateCellRequest
-
Packages that use CreateCellRequest Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readinesssoftware.amazon.awssdk.services.route53recoveryreadiness.transform -
-
Uses of CreateCellRequest in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness with parameters of type CreateCellRequest Modifier and Type Method Description default CompletableFuture<CreateCellResponse>Route53RecoveryReadinessAsyncClient. createCell(CreateCellRequest createCellRequest)Creates a cell in an account.default CreateCellResponseRoute53RecoveryReadinessClient. createCell(CreateCellRequest createCellRequest)Creates a cell in an account. -
Uses of CreateCellRequest in software.amazon.awssdk.services.route53recoveryreadiness.transform
Methods in software.amazon.awssdk.services.route53recoveryreadiness.transform with parameters of type CreateCellRequest Modifier and Type Method Description SdkHttpFullRequestCreateCellRequestMarshaller. marshall(CreateCellRequest createCellRequest)
-