Uses of Class
software.amazon.awssdk.services.medialive.model.IpPool
-
Packages that use IpPool Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of IpPool in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type IpPool Modifier and Type Method Description List<IpPool>CreateNetworkResponse. ipPools()An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.List<IpPool>DeleteNetworkResponse. ipPools()An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.List<IpPool>DescribeNetworkResponse. ipPools()An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.List<IpPool>DescribeNetworkSummary. ipPools()An array of IpPools in your organization's network that identify a collection of IP addresses in your organization's network that are reserved for use in MediaLive Anywhere.List<IpPool>UpdateNetworkResponse. ipPools()An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.Methods in software.amazon.awssdk.services.medialive.model with parameters of type IpPool Modifier and Type Method Description CreateNetworkResponse.BuilderCreateNetworkResponse.Builder. ipPools(IpPool... ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.DeleteNetworkResponse.BuilderDeleteNetworkResponse.Builder. ipPools(IpPool... ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.DescribeNetworkResponse.BuilderDescribeNetworkResponse.Builder. ipPools(IpPool... ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.DescribeNetworkSummary.BuilderDescribeNetworkSummary.Builder. ipPools(IpPool... ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in your organization's network that are reserved for use in MediaLive Anywhere.UpdateNetworkResponse.BuilderUpdateNetworkResponse.Builder. ipPools(IpPool... ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type IpPool Modifier and Type Method Description CreateNetworkResponse.BuilderCreateNetworkResponse.Builder. ipPools(Collection<IpPool> ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.DeleteNetworkResponse.BuilderDeleteNetworkResponse.Builder. ipPools(Collection<IpPool> ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.DescribeNetworkResponse.BuilderDescribeNetworkResponse.Builder. ipPools(Collection<IpPool> ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.DescribeNetworkSummary.BuilderDescribeNetworkSummary.Builder. ipPools(Collection<IpPool> ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in your organization's network that are reserved for use in MediaLive Anywhere.UpdateNetworkResponse.BuilderUpdateNetworkResponse.Builder. ipPools(Collection<IpPool> ipPools)An array of IpPools in your organization's network that identify a collection of IP addresses in this network that are reserved for use in MediaLive Anywhere.
-