Uses of Class
software.amazon.awssdk.services.medialive.model.IpPoolCreateRequest
-
Packages that use IpPoolCreateRequest Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of IpPoolCreateRequest in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type IpPoolCreateRequest Modifier and Type Method Description List<IpPoolCreateRequest>CreateNetworkRequest. ipPools()An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere.Methods in software.amazon.awssdk.services.medialive.model with parameters of type IpPoolCreateRequest Modifier and Type Method Description CreateNetworkRequest.BuilderCreateNetworkRequest.Builder. ipPools(IpPoolCreateRequest... ipPools)An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type IpPoolCreateRequest Modifier and Type Method Description CreateNetworkRequest.BuilderCreateNetworkRequest.Builder. ipPools(Collection<IpPoolCreateRequest> ipPools)An array of IpPoolCreateRequests that identify a collection of IP addresses in your network that you want to reserve for use in MediaLive Anywhere.
-