Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetCustomerGatewayAssociationsRequest
-
Packages that use GetCustomerGatewayAssociationsRequest 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 GetCustomerGatewayAssociationsRequest in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager with parameters of type GetCustomerGatewayAssociationsRequest Modifier and Type Method Description default CompletableFuture<GetCustomerGatewayAssociationsResponse>NetworkManagerAsyncClient. getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network.default GetCustomerGatewayAssociationsResponseNetworkManagerClient. getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network.default GetCustomerGatewayAssociationsPublisherNetworkManagerAsyncClient. getCustomerGatewayAssociationsPaginator(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network.default GetCustomerGatewayAssociationsIterableNetworkManagerClient. getCustomerGatewayAssociationsPaginator(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network. -
Uses of GetCustomerGatewayAssociationsRequest in software.amazon.awssdk.services.networkmanager.paginators
Constructors in software.amazon.awssdk.services.networkmanager.paginators with parameters of type GetCustomerGatewayAssociationsRequest Constructor Description GetCustomerGatewayAssociationsIterable(NetworkManagerClient client, GetCustomerGatewayAssociationsRequest firstRequest)GetCustomerGatewayAssociationsPublisher(NetworkManagerAsyncClient client, GetCustomerGatewayAssociationsRequest firstRequest) -
Uses of GetCustomerGatewayAssociationsRequest in software.amazon.awssdk.services.networkmanager.transform
Methods in software.amazon.awssdk.services.networkmanager.transform with parameters of type GetCustomerGatewayAssociationsRequest Modifier and Type Method Description SdkHttpFullRequestGetCustomerGatewayAssociationsRequestMarshaller. marshall(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)
-