Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetConnectionsResponse
-
Packages that use GetConnectionsResponse 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 GetConnectionsResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetConnectionsResponse Modifier and Type Method Description default GetConnectionsResponseNetworkManagerClient. getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Gets information about one or more of your connections in a global network.default GetConnectionsResponseNetworkManagerClient. getConnections(GetConnectionsRequest getConnectionsRequest)Gets information about one or more of your connections in a global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetConnectionsResponse Modifier and Type Method Description default CompletableFuture<GetConnectionsResponse>NetworkManagerAsyncClient. getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Gets information about one or more of your connections in a global network.default CompletableFuture<GetConnectionsResponse>NetworkManagerAsyncClient. getConnections(GetConnectionsRequest getConnectionsRequest)Gets information about one or more of your connections in a global network. -
Uses of GetConnectionsResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetConnectionsResponse Modifier and Type Method Description Iterator<GetConnectionsResponse>GetConnectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetConnectionsResponse Modifier and Type Method Description voidGetConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetConnectionsResponse> subscriber)
-