Uses of Class
software.amazon.awssdk.services.networkmanager.model.ListOrganizationServiceAccessStatusResponse
-
Packages that use ListOrganizationServiceAccessStatusResponse Package Description software.amazon.awssdk.services.networkmanager Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations. -
-
Uses of ListOrganizationServiceAccessStatusResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return ListOrganizationServiceAccessStatusResponse Modifier and Type Method Description default ListOrganizationServiceAccessStatusResponseNetworkManagerClient. listOrganizationServiceAccessStatus(Consumer<ListOrganizationServiceAccessStatusRequest.Builder> listOrganizationServiceAccessStatusRequest)Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.default ListOrganizationServiceAccessStatusResponseNetworkManagerClient. listOrganizationServiceAccessStatus(ListOrganizationServiceAccessStatusRequest listOrganizationServiceAccessStatusRequest)Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type ListOrganizationServiceAccessStatusResponse Modifier and Type Method Description default CompletableFuture<ListOrganizationServiceAccessStatusResponse>NetworkManagerAsyncClient. listOrganizationServiceAccessStatus(Consumer<ListOrganizationServiceAccessStatusRequest.Builder> listOrganizationServiceAccessStatusRequest)Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.default CompletableFuture<ListOrganizationServiceAccessStatusResponse>NetworkManagerAsyncClient. listOrganizationServiceAccessStatus(ListOrganizationServiceAccessStatusRequest listOrganizationServiceAccessStatusRequest)Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.
-