Uses of Class
software.amazon.awssdk.services.ec2.model.MovingAddressStatus
Packages that use MovingAddressStatus
Package
Description
-
Uses of MovingAddressStatus in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type MovingAddressStatusModifier and TypeMethodDescriptionfinal List<MovingAddressStatus>DescribeMovingAddressesResponse.movingAddressStatuses()The status for each Elastic IP address.Methods in software.amazon.awssdk.services.ec2.model with parameters of type MovingAddressStatusModifier and TypeMethodDescriptionDescribeMovingAddressesResponse.Builder.movingAddressStatuses(MovingAddressStatus... movingAddressStatuses) The status for each Elastic IP address.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type MovingAddressStatusModifier and TypeMethodDescriptionDescribeMovingAddressesResponse.Builder.movingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses) The status for each Elastic IP address. -
Uses of MovingAddressStatus in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type MovingAddressStatusModifier and TypeMethodDescriptionfinal SdkIterable<MovingAddressStatus>DescribeMovingAddressesIterable.movingAddressStatuses()Returns an iterable to iterate through the paginatedDescribeMovingAddressesResponse.movingAddressStatuses()member.final SdkPublisher<MovingAddressStatus>DescribeMovingAddressesPublisher.movingAddressStatuses()Returns a publisher that can be used to get a stream of data.