Uses of Class
software.amazon.awssdk.services.ec2.model.IpamScope
Packages that use IpamScope
Package
Description
-
Uses of IpamScope in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamScopeModifier and TypeMethodDescriptionfinal IpamScopeCreateIpamScopeResponse.ipamScope()Information about the created scope.final IpamScopeDeleteIpamScopeResponse.ipamScope()Information about the results of the deletion.final IpamScopeModifyIpamScopeResponse.ipamScope()The results of the modification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamScopeModifier and TypeMethodDescriptionDescribeIpamScopesResponse.ipamScopes()The scopes you want information on.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamScopeModifier and TypeMethodDescriptionInformation about the created scope.Information about the results of the deletion.The results of the modification.DescribeIpamScopesResponse.Builder.ipamScopes(IpamScope... ipamScopes) The scopes you want information on.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamScopeModifier and TypeMethodDescriptionDescribeIpamScopesResponse.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 IpamScopeModifier and TypeMethodDescriptionfinal SdkIterable<IpamScope>DescribeIpamScopesIterable.ipamScopes()Returns an iterable to iterate through the paginatedDescribeIpamScopesResponse.ipamScopes()member.final SdkPublisher<IpamScope>DescribeIpamScopesPublisher.ipamScopes()Returns a publisher that can be used to get a stream of data.