Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.GetCellResponse
-
Packages that use GetCellResponse Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readiness -
-
Uses of GetCellResponse in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness that return GetCellResponse Modifier and Type Method Description default GetCellResponseRoute53RecoveryReadinessClient. getCell(Consumer<GetCellRequest.Builder> getCellRequest)Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.default GetCellResponseRoute53RecoveryReadinessClient. getCell(GetCellRequest getCellRequest)Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.Methods in software.amazon.awssdk.services.route53recoveryreadiness that return types with arguments of type GetCellResponse Modifier and Type Method Description default CompletableFuture<GetCellResponse>Route53RecoveryReadinessAsyncClient. getCell(Consumer<GetCellRequest.Builder> getCellRequest)Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.default CompletableFuture<GetCellResponse>Route53RecoveryReadinessAsyncClient. getCell(GetCellRequest getCellRequest)Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.
-