Uses of Class
software.amazon.awssdk.services.privatenetworks.model.Network
-
Packages that use Network Package Description software.amazon.awssdk.services.privatenetworks.model software.amazon.awssdk.services.privatenetworks.paginators -
-
Uses of Network in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return Network Modifier and Type Method Description NetworkCreateNetworkResponse. network()Information about the network.NetworkDeleteNetworkResponse. network()Information about the network.NetworkGetNetworkResponse. network()Information about the network.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type Network Modifier and Type Method Description List<Network>ListNetworksResponse. networks()The networks.Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type Network Modifier and Type Method Description CreateNetworkResponse.BuilderCreateNetworkResponse.Builder. network(Network network)Information about the network.DeleteNetworkResponse.BuilderDeleteNetworkResponse.Builder. network(Network network)Information about the network.GetNetworkResponse.BuilderGetNetworkResponse.Builder. network(Network network)Information about the network.ListNetworksResponse.BuilderListNetworksResponse.Builder. networks(Network... networks)The networks.Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type Network Modifier and Type Method Description ListNetworksResponse.BuilderListNetworksResponse.Builder. networks(Collection<Network> networks)The networks. -
Uses of Network in software.amazon.awssdk.services.privatenetworks.paginators
Methods in software.amazon.awssdk.services.privatenetworks.paginators that return types with arguments of type Network Modifier and Type Method Description SdkIterable<Network>ListNetworksIterable. networks()Returns an iterable to iterate through the paginatedListNetworksResponse.networks()member.SdkPublisher<Network>ListNetworksPublisher. networks()Returns a publisher that can be used to get a stream of data.
-