Uses of Class
software.amazon.awssdk.services.ssm.model.InstancePatchState
Packages that use InstancePatchState
Package
Description
-
Uses of InstancePatchState in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstancePatchStateModifier and TypeMethodDescriptionfinal List<InstancePatchState>DescribeInstancePatchStatesForPatchGroupResponse.instancePatchStates()The high-level patch state for the requested managed nodes.final List<InstancePatchState>DescribeInstancePatchStatesResponse.instancePatchStates()The high-level patch state for the requested managed nodes.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstancePatchStateModifier and TypeMethodDescriptionDescribeInstancePatchStatesForPatchGroupResponse.Builder.instancePatchStates(InstancePatchState... instancePatchStates) The high-level patch state for the requested managed nodes.DescribeInstancePatchStatesResponse.Builder.instancePatchStates(InstancePatchState... instancePatchStates) The high-level patch state for the requested managed nodes.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstancePatchStateModifier and TypeMethodDescriptionDescribeInstancePatchStatesForPatchGroupResponse.Builder.instancePatchStates(Collection<InstancePatchState> instancePatchStates) The high-level patch state for the requested managed nodes.DescribeInstancePatchStatesResponse.Builder.instancePatchStates(Collection<InstancePatchState> instancePatchStates) The high-level patch state for the requested managed nodes. -
Uses of InstancePatchState in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type InstancePatchStateModifier and TypeMethodDescriptionfinal SdkIterable<InstancePatchState>DescribeInstancePatchStatesForPatchGroupIterable.instancePatchStates()Returns an iterable to iterate through the paginatedDescribeInstancePatchStatesForPatchGroupResponse.instancePatchStates()member.final SdkPublisher<InstancePatchState>DescribeInstancePatchStatesForPatchGroupPublisher.instancePatchStates()Returns a publisher that can be used to get a stream of data.final SdkIterable<InstancePatchState>DescribeInstancePatchStatesIterable.instancePatchStates()Returns an iterable to iterate through the paginatedDescribeInstancePatchStatesResponse.instancePatchStates()member.final SdkPublisher<InstancePatchState>DescribeInstancePatchStatesPublisher.instancePatchStates()Returns a publisher that can be used to get a stream of data.