Uses of Interface
software.amazon.awssdk.services.networkmanager.model.GetCustomerGatewayAssociationsRequest.Builder
-
Packages that use GetCustomerGatewayAssociationsRequest.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 GetCustomerGatewayAssociationsRequest.Builder in software.amazon.awssdk.services.networkmanager
Method parameters in software.amazon.awssdk.services.networkmanager with type arguments of type GetCustomerGatewayAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCustomerGatewayAssociationsResponse>NetworkManagerAsyncClient. getCustomerGatewayAssociations(Consumer<GetCustomerGatewayAssociationsRequest.Builder> getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network.default GetCustomerGatewayAssociationsResponseNetworkManagerClient. getCustomerGatewayAssociations(Consumer<GetCustomerGatewayAssociationsRequest.Builder> getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network.default GetCustomerGatewayAssociationsPublisherNetworkManagerAsyncClient. getCustomerGatewayAssociationsPaginator(Consumer<GetCustomerGatewayAssociationsRequest.Builder> getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network.default GetCustomerGatewayAssociationsIterableNetworkManagerClient. getCustomerGatewayAssociationsPaginator(Consumer<GetCustomerGatewayAssociationsRequest.Builder> getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network. -
Uses of GetCustomerGatewayAssociationsRequest.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return GetCustomerGatewayAssociationsRequest.Builder Modifier and Type Method Description static GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest. builder()GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest.Builder. customerGatewayArns(String... customerGatewayArns)One or more customer gateway Amazon Resource Names (ARNs).GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest.Builder. customerGatewayArns(Collection<String> customerGatewayArns)One or more customer gateway Amazon Resource Names (ARNs).GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest.Builder. globalNetworkId(String globalNetworkId)The ID of the global network.GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest.Builder. nextToken(String nextToken)The token for the next page of results.GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCustomerGatewayAssociationsRequest.BuilderGetCustomerGatewayAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type GetCustomerGatewayAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends GetCustomerGatewayAssociationsRequest.Builder>GetCustomerGatewayAssociationsRequest. serializableBuilderClass()
-