Uses of Interface
software.amazon.awssdk.services.networkmanager.model.GetTransitGatewayConnectPeerAssociationsRequest.Builder
-
Packages that use GetTransitGatewayConnectPeerAssociationsRequest.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 GetTransitGatewayConnectPeerAssociationsRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type GetTransitGatewayConnectPeerAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTransitGatewayConnectPeerAssociationsResponse>NetworkManagerAsyncClient. getTransitGatewayConnectPeerAssociations(Consumer<GetTransitGatewayConnectPeerAssociationsRequest.Builder> getTransitGatewayConnectPeerAssociationsRequest)Gets information about one or more of your transit gateway Connect peer associations in a global network.default GetTransitGatewayConnectPeerAssociationsResponseNetworkManagerClient. getTransitGatewayConnectPeerAssociations(Consumer<GetTransitGatewayConnectPeerAssociationsRequest.Builder> getTransitGatewayConnectPeerAssociationsRequest)Gets information about one or more of your transit gateway Connect peer associations in a global network.default GetTransitGatewayConnectPeerAssociationsPublisherNetworkManagerAsyncClient. getTransitGatewayConnectPeerAssociationsPaginator(Consumer<GetTransitGatewayConnectPeerAssociationsRequest.Builder> getTransitGatewayConnectPeerAssociationsRequest)Gets information about one or more of your transit gateway Connect peer associations in a global network.default GetTransitGatewayConnectPeerAssociationsIterableNetworkManagerClient. getTransitGatewayConnectPeerAssociationsPaginator(Consumer<GetTransitGatewayConnectPeerAssociationsRequest.Builder> getTransitGatewayConnectPeerAssociationsRequest)Gets information about one or more of your transit gateway Connect peer associations in a global network. -
Uses of GetTransitGatewayConnectPeerAssociationsRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return GetTransitGatewayConnectPeerAssociationsRequest.Builder Modifier and Type Method Description static GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest. builder()GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest. toBuilder()GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest.Builder. transitGatewayConnectPeerArns(String... transitGatewayConnectPeerArns)One or more transit gateway Connect peer Amazon Resource Names (ARNs).GetTransitGatewayConnectPeerAssociationsRequest.BuilderGetTransitGatewayConnectPeerAssociationsRequest.Builder. transitGatewayConnectPeerArns(Collection<String> transitGatewayConnectPeerArns)One or more transit gateway Connect peer Amazon Resource Names (ARNs).Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type GetTransitGatewayConnectPeerAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends GetTransitGatewayConnectPeerAssociationsRequest.Builder>GetTransitGatewayConnectPeerAssociationsRequest. serializableBuilderClass()
-