Uses of Interface
software.amazon.awssdk.services.networkmanager.model.GetConnectionsRequest.Builder
-
Packages that use GetConnectionsRequest.Builder 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.model -
-
Uses of GetConnectionsRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type GetConnectionsRequest.Builder 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 GetConnectionsResponseNetworkManagerClient. getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Gets information about one or more of your connections in a global network.default GetConnectionsPublisherNetworkManagerAsyncClient. getConnectionsPaginator(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Gets information about one or more of your connections in a global network.default GetConnectionsIterableNetworkManagerClient. getConnectionsPaginator(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)Gets information about one or more of your connections in a global network. -
Uses of GetConnectionsRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return GetConnectionsRequest.Builder Modifier and Type Method Description static GetConnectionsRequest.BuilderGetConnectionsRequest. builder()GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. connectionIds(String... connectionIds)One or more connection IDs.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. connectionIds(Collection<String> connectionIds)One or more connection IDs.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. deviceId(String deviceId)The ID of the device.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConnectionsRequest.BuilderGetConnectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConnectionsRequest.BuilderGetConnectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type GetConnectionsRequest.Builder Modifier and Type Method Description static Class<? extends GetConnectionsRequest.Builder>GetConnectionsRequest. serializableBuilderClass()
-