Uses of Class
software.amazon.awssdk.services.networkmanager.model.CustomerGatewayAssociation
-
Packages that use CustomerGatewayAssociation Package Description software.amazon.awssdk.services.networkmanager.model software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of CustomerGatewayAssociation in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return CustomerGatewayAssociation Modifier and Type Method Description CustomerGatewayAssociationAssociateCustomerGatewayResponse. customerGatewayAssociation()The customer gateway association.CustomerGatewayAssociationDisassociateCustomerGatewayResponse. customerGatewayAssociation()Information about the customer gateway association.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CustomerGatewayAssociation Modifier and Type Method Description List<CustomerGatewayAssociation>GetCustomerGatewayAssociationsResponse. customerGatewayAssociations()The customer gateway associations.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type CustomerGatewayAssociation Modifier and Type Method Description AssociateCustomerGatewayResponse.BuilderAssociateCustomerGatewayResponse.Builder. customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)The customer gateway association.DisassociateCustomerGatewayResponse.BuilderDisassociateCustomerGatewayResponse.Builder. customerGatewayAssociation(CustomerGatewayAssociation customerGatewayAssociation)Information about the customer gateway association.GetCustomerGatewayAssociationsResponse.BuilderGetCustomerGatewayAssociationsResponse.Builder. customerGatewayAssociations(CustomerGatewayAssociation... customerGatewayAssociations)The customer gateway associations.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type CustomerGatewayAssociation Modifier and Type Method Description GetCustomerGatewayAssociationsResponse.BuilderGetCustomerGatewayAssociationsResponse.Builder. customerGatewayAssociations(Collection<CustomerGatewayAssociation> customerGatewayAssociations)The customer gateway associations. -
Uses of CustomerGatewayAssociation in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type CustomerGatewayAssociation Modifier and Type Method Description SdkIterable<CustomerGatewayAssociation>GetCustomerGatewayAssociationsIterable. customerGatewayAssociations()Returns an iterable to iterate through the paginatedGetCustomerGatewayAssociationsResponse.customerGatewayAssociations()member.SdkPublisher<CustomerGatewayAssociation>GetCustomerGatewayAssociationsPublisher. customerGatewayAssociations()Returns a publisher that can be used to get a stream of data.
-