Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetSitesResponse
-
Packages that use GetSitesResponse 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.software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of GetSitesResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetSitesResponse Modifier and Type Method Description default GetSitesResponseNetworkManagerClient. getSites(Consumer<GetSitesRequest.Builder> getSitesRequest)Gets information about one or more of your sites in a global network.default GetSitesResponseNetworkManagerClient. getSites(GetSitesRequest getSitesRequest)Gets information about one or more of your sites in a global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetSitesResponse Modifier and Type Method Description default CompletableFuture<GetSitesResponse>NetworkManagerAsyncClient. getSites(Consumer<GetSitesRequest.Builder> getSitesRequest)Gets information about one or more of your sites in a global network.default CompletableFuture<GetSitesResponse>NetworkManagerAsyncClient. getSites(GetSitesRequest getSitesRequest)Gets information about one or more of your sites in a global network. -
Uses of GetSitesResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetSitesResponse Modifier and Type Method Description Iterator<GetSitesResponse>GetSitesIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetSitesResponse Modifier and Type Method Description voidGetSitesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSitesResponse> subscriber)
-