Uses of Class
software.amazon.awssdk.services.ec2.model.MovingAddressStatus
-
Packages that use MovingAddressStatus Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 MovingAddressStatus Modifier and Type Method Description List<MovingAddressStatus>DescribeMovingAddressesResponse. movingAddressStatuses()The status for each Elastic IP address.Methods in software.amazon.awssdk.services.ec2.model with parameters of type MovingAddressStatus Modifier and Type Method Description DescribeMovingAddressesResponse.BuilderDescribeMovingAddressesResponse.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 MovingAddressStatus Modifier and Type Method Description DescribeMovingAddressesResponse.BuilderDescribeMovingAddressesResponse.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 MovingAddressStatus Modifier and Type Method Description SdkIterable<MovingAddressStatus>DescribeMovingAddressesIterable. movingAddressStatuses()Returns an iterable to iterate through the paginatedDescribeMovingAddressesResponse.movingAddressStatuses()member.SdkPublisher<MovingAddressStatus>DescribeMovingAddressesPublisher. movingAddressStatuses()Returns a publisher that can be used to get a stream of data.
-