Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.GetCellRequest
-
Packages that use GetCellRequest Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readinesssoftware.amazon.awssdk.services.route53recoveryreadiness.transform -
-
Uses of GetCellRequest in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness with parameters of type GetCellRequest Modifier and Type Method Description 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.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. -
Uses of GetCellRequest in software.amazon.awssdk.services.route53recoveryreadiness.transform
Methods in software.amazon.awssdk.services.route53recoveryreadiness.transform with parameters of type GetCellRequest Modifier and Type Method Description SdkHttpFullRequestGetCellRequestMarshaller. marshall(GetCellRequest getCellRequest)
-