Uses of Class
software.amazon.awssdk.services.ec2.model.IpamScope
-
Packages that use IpamScope Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of IpamScope in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamScope Modifier and Type Method Description IpamScopeCreateIpamScopeResponse. ipamScope()Information about the created scope.IpamScopeDeleteIpamScopeResponse. ipamScope()Information about the results of the deletion.IpamScopeModifyIpamScopeResponse. ipamScope()The results of the modification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamScope Modifier and Type Method Description List<IpamScope>DescribeIpamScopesResponse. ipamScopes()The scopes you want information on.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamScope Modifier and Type Method Description CreateIpamScopeResponse.BuilderCreateIpamScopeResponse.Builder. ipamScope(IpamScope ipamScope)Information about the created scope.DeleteIpamScopeResponse.BuilderDeleteIpamScopeResponse.Builder. ipamScope(IpamScope ipamScope)Information about the results of the deletion.ModifyIpamScopeResponse.BuilderModifyIpamScopeResponse.Builder. ipamScope(IpamScope ipamScope)The results of the modification.DescribeIpamScopesResponse.BuilderDescribeIpamScopesResponse.Builder. ipamScopes(IpamScope... ipamScopes)The scopes you want information on.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamScope Modifier and Type Method Description DescribeIpamScopesResponse.BuilderDescribeIpamScopesResponse.Builder. ipamScopes(Collection<IpamScope> ipamScopes)The scopes you want information on. -
Uses of IpamScope in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type IpamScope Modifier and Type Method Description SdkIterable<IpamScope>DescribeIpamScopesIterable. ipamScopes()Returns an iterable to iterate through the paginatedDescribeIpamScopesResponse.ipamScopes()member.SdkPublisher<IpamScope>DescribeIpamScopesPublisher. ipamScopes()Returns a publisher that can be used to get a stream of data.
-