Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.ListCrossAccountAuthorizationsResponse
-
Packages that use ListCrossAccountAuthorizationsResponse Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readinesssoftware.amazon.awssdk.services.route53recoveryreadiness.paginators -
-
Uses of ListCrossAccountAuthorizationsResponse in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness that return ListCrossAccountAuthorizationsResponse Modifier and Type Method Description default ListCrossAccountAuthorizationsResponseRoute53RecoveryReadinessClient. listCrossAccountAuthorizations(Consumer<ListCrossAccountAuthorizationsRequest.Builder> listCrossAccountAuthorizationsRequest)Lists the cross-account readiness authorizations that are in place for an account.default ListCrossAccountAuthorizationsResponseRoute53RecoveryReadinessClient. listCrossAccountAuthorizations(ListCrossAccountAuthorizationsRequest listCrossAccountAuthorizationsRequest)Lists the cross-account readiness authorizations that are in place for an account.Methods in software.amazon.awssdk.services.route53recoveryreadiness that return types with arguments of type ListCrossAccountAuthorizationsResponse Modifier and Type Method Description default CompletableFuture<ListCrossAccountAuthorizationsResponse>Route53RecoveryReadinessAsyncClient. listCrossAccountAuthorizations(Consumer<ListCrossAccountAuthorizationsRequest.Builder> listCrossAccountAuthorizationsRequest)Lists the cross-account readiness authorizations that are in place for an account.default CompletableFuture<ListCrossAccountAuthorizationsResponse>Route53RecoveryReadinessAsyncClient. listCrossAccountAuthorizations(ListCrossAccountAuthorizationsRequest listCrossAccountAuthorizationsRequest)Lists the cross-account readiness authorizations that are in place for an account. -
Uses of ListCrossAccountAuthorizationsResponse in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Methods in software.amazon.awssdk.services.route53recoveryreadiness.paginators that return types with arguments of type ListCrossAccountAuthorizationsResponse Modifier and Type Method Description Iterator<ListCrossAccountAuthorizationsResponse>ListCrossAccountAuthorizationsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53recoveryreadiness.paginators with type arguments of type ListCrossAccountAuthorizationsResponse Modifier and Type Method Description voidListCrossAccountAuthorizationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCrossAccountAuthorizationsResponse> subscriber)
-