Uses of Class
software.amazon.awssdk.services.outposts.model.BlockingInstance
Packages that use BlockingInstance
Package
Description
-
Uses of BlockingInstance in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type BlockingInstanceModifier and TypeMethodDescriptionfinal List<BlockingInstance>ListBlockingInstancesForCapacityTaskResponse.blockingInstances()A list of all running Amazon EC2 instances on the Outpost.Methods in software.amazon.awssdk.services.outposts.model with parameters of type BlockingInstanceModifier and TypeMethodDescriptionListBlockingInstancesForCapacityTaskResponse.Builder.blockingInstances(BlockingInstance... blockingInstances) A list of all running Amazon EC2 instances on the Outpost.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type BlockingInstanceModifier and TypeMethodDescriptionListBlockingInstancesForCapacityTaskResponse.Builder.blockingInstances(Collection<BlockingInstance> blockingInstances) A list of all running Amazon EC2 instances on the Outpost. -
Uses of BlockingInstance in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type BlockingInstanceModifier and TypeMethodDescriptionfinal SdkIterable<BlockingInstance>ListBlockingInstancesForCapacityTaskIterable.blockingInstances()Returns an iterable to iterate through the paginatedListBlockingInstancesForCapacityTaskResponse.blockingInstances()member.final SdkPublisher<BlockingInstance>ListBlockingInstancesForCapacityTaskPublisher.blockingInstances()Returns a publisher that can be used to get a stream of data.