Uses of Class
software.amazon.awssdk.services.privatenetworks.model.NameValuePair
-
Packages that use NameValuePair Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of NameValuePair in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type NameValuePair Modifier and Type Method Description List<NameValuePair>NetworkResource. attributes()The attributes of the network resource.List<NameValuePair>NetworkResourceDefinition. options()The options in the network resource definition.List<NameValuePair>SitePlan. options()The options of the plan.Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type NameValuePair Modifier and Type Method Description NetworkResource.BuilderNetworkResource.Builder. attributes(NameValuePair... attributes)The attributes of the network resource.NetworkResourceDefinition.BuilderNetworkResourceDefinition.Builder. options(NameValuePair... options)The options in the network resource definition.SitePlan.BuilderSitePlan.Builder. options(NameValuePair... options)The options of the plan.Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type NameValuePair Modifier and Type Method Description NetworkResource.BuilderNetworkResource.Builder. attributes(Collection<NameValuePair> attributes)The attributes of the network resource.NetworkResourceDefinition.BuilderNetworkResourceDefinition.Builder. options(Collection<NameValuePair> options)The options in the network resource definition.SitePlan.BuilderSitePlan.Builder. options(Collection<NameValuePair> options)The options of the plan.
-