Uses of Class
software.amazon.awssdk.services.privatenetworks.model.NetworkResource
-
Packages that use NetworkResource Package Description software.amazon.awssdk.services.privatenetworks.model software.amazon.awssdk.services.privatenetworks.paginators -
-
Uses of NetworkResource in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return NetworkResource Modifier and Type Method Description NetworkResourceConfigureAccessPointResponse. accessPoint()Information about the network resource.NetworkResourceGetNetworkResourceResponse. networkResource()Information about the network resource.NetworkResourceStartNetworkResourceUpdateResponse. networkResource()The network resource.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type NetworkResource Modifier and Type Method Description List<NetworkResource>ListNetworkResourcesResponse. networkResources()Information about network resources.Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type NetworkResource Modifier and Type Method Description ConfigureAccessPointResponse.BuilderConfigureAccessPointResponse.Builder. accessPoint(NetworkResource accessPoint)Information about the network resource.GetNetworkResourceResponse.BuilderGetNetworkResourceResponse.Builder. networkResource(NetworkResource networkResource)Information about the network resource.StartNetworkResourceUpdateResponse.BuilderStartNetworkResourceUpdateResponse.Builder. networkResource(NetworkResource networkResource)The network resource.ListNetworkResourcesResponse.BuilderListNetworkResourcesResponse.Builder. networkResources(NetworkResource... networkResources)Information about network resources.Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type NetworkResource Modifier and Type Method Description ListNetworkResourcesResponse.BuilderListNetworkResourcesResponse.Builder. networkResources(Collection<NetworkResource> networkResources)Information about network resources. -
Uses of NetworkResource in software.amazon.awssdk.services.privatenetworks.paginators
Methods in software.amazon.awssdk.services.privatenetworks.paginators that return types with arguments of type NetworkResource Modifier and Type Method Description SdkIterable<NetworkResource>ListNetworkResourcesIterable. networkResources()Returns an iterable to iterate through the paginatedListNetworkResourcesResponse.networkResources()member.SdkPublisher<NetworkResource>ListNetworkResourcesPublisher. networkResources()Returns a publisher that can be used to get a stream of data.
-