Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetConnectionsRequest
-
Packages that use GetConnectionsRequest 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 software.amazon.awssdk.services.networkmanager.transform -
-
Uses of GetConnectionsRequest in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager with parameters of type GetConnectionsRequest Modifier and Type Method Description default CompletableFuture<GetConnectionsResponse>NetworkManagerAsyncClient. getConnections(GetConnectionsRequest 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.default GetConnectionsPublisherNetworkManagerAsyncClient. getConnectionsPaginator(GetConnectionsRequest getConnectionsRequest)Gets information about one or more of your connections in a global network.default GetConnectionsIterableNetworkManagerClient. getConnectionsPaginator(GetConnectionsRequest getConnectionsRequest)Gets information about one or more of your connections in a global network. -
Uses of GetConnectionsRequest in software.amazon.awssdk.services.networkmanager.paginators
Constructors in software.amazon.awssdk.services.networkmanager.paginators with parameters of type GetConnectionsRequest Constructor Description GetConnectionsIterable(NetworkManagerClient client, GetConnectionsRequest firstRequest)GetConnectionsPublisher(NetworkManagerAsyncClient client, GetConnectionsRequest firstRequest) -
Uses of GetConnectionsRequest in software.amazon.awssdk.services.networkmanager.transform
Methods in software.amazon.awssdk.services.networkmanager.transform with parameters of type GetConnectionsRequest Modifier and Type Method Description SdkHttpFullRequestGetConnectionsRequestMarshaller. marshall(GetConnectionsRequest getConnectionsRequest)
-