Uses of Interface
software.amazon.awssdk.services.networkmanager.model.GetConnectPeerAssociationsRequest.Builder
-
Packages that use GetConnectPeerAssociationsRequest.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 GetConnectPeerAssociationsRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type GetConnectPeerAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConnectPeerAssociationsResponse>NetworkManagerAsyncClient. getConnectPeerAssociations(Consumer<GetConnectPeerAssociationsRequest.Builder> getConnectPeerAssociationsRequest)Returns information about a core network Connect peer associations.default GetConnectPeerAssociationsResponseNetworkManagerClient. getConnectPeerAssociations(Consumer<GetConnectPeerAssociationsRequest.Builder> getConnectPeerAssociationsRequest)Returns information about a core network Connect peer associations.default GetConnectPeerAssociationsPublisherNetworkManagerAsyncClient. getConnectPeerAssociationsPaginator(Consumer<GetConnectPeerAssociationsRequest.Builder> getConnectPeerAssociationsRequest)Returns information about a core network Connect peer associations.default GetConnectPeerAssociationsIterableNetworkManagerClient. getConnectPeerAssociationsPaginator(Consumer<GetConnectPeerAssociationsRequest.Builder> getConnectPeerAssociationsRequest)Returns information about a core network Connect peer associations. -
Uses of GetConnectPeerAssociationsRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return GetConnectPeerAssociationsRequest.Builder Modifier and Type Method Description static GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest. builder()GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest.Builder. connectPeerIds(String... connectPeerIds)The IDs of the Connect peers.GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest.Builder. connectPeerIds(Collection<String> connectPeerIds)The IDs of the Connect peers.GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConnectPeerAssociationsRequest.BuilderGetConnectPeerAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type GetConnectPeerAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends GetConnectPeerAssociationsRequest.Builder>GetConnectPeerAssociationsRequest. serializableBuilderClass()
-