Uses of Class
software.amazon.awssdk.services.networkmanager.model.GetCustomerGatewayAssociationsResponse
-
Packages that use GetCustomerGatewayAssociationsResponse 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 -
-
Uses of GetCustomerGatewayAssociationsResponse in software.amazon.awssdk.services.networkmanager
Methods in software.amazon.awssdk.services.networkmanager that return GetCustomerGatewayAssociationsResponse Modifier and Type Method Description 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 GetCustomerGatewayAssociationsResponseNetworkManagerClient. getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network.Methods in software.amazon.awssdk.services.networkmanager that return types with arguments of type GetCustomerGatewayAssociationsResponse 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 CompletableFuture<GetCustomerGatewayAssociationsResponse>NetworkManagerAsyncClient. getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest getCustomerGatewayAssociationsRequest)Gets the association information for customer gateways that are associated with devices and links in your global network. -
Uses of GetCustomerGatewayAssociationsResponse in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type GetCustomerGatewayAssociationsResponse Modifier and Type Method Description Iterator<GetCustomerGatewayAssociationsResponse>GetCustomerGatewayAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.networkmanager.paginators with type arguments of type GetCustomerGatewayAssociationsResponse Modifier and Type Method Description voidGetCustomerGatewayAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetCustomerGatewayAssociationsResponse> subscriber)
-