Uses of Class
software.amazon.awssdk.services.ssm.model.InstancePatchState
-
Packages that use InstancePatchState Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 InstancePatchState Modifier and Type Method Description List<InstancePatchState>DescribeInstancePatchStatesForPatchGroupResponse. instancePatchStates()The high-level patch state for the requested managed nodes.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 InstancePatchState Modifier and Type Method Description DescribeInstancePatchStatesForPatchGroupResponse.BuilderDescribeInstancePatchStatesForPatchGroupResponse.Builder. instancePatchStates(InstancePatchState... instancePatchStates)The high-level patch state for the requested managed nodes.DescribeInstancePatchStatesResponse.BuilderDescribeInstancePatchStatesResponse.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 InstancePatchState Modifier and Type Method Description DescribeInstancePatchStatesForPatchGroupResponse.BuilderDescribeInstancePatchStatesForPatchGroupResponse.Builder. instancePatchStates(Collection<InstancePatchState> instancePatchStates)The high-level patch state for the requested managed nodes.DescribeInstancePatchStatesResponse.BuilderDescribeInstancePatchStatesResponse.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 InstancePatchState Modifier and Type Method Description SdkIterable<InstancePatchState>DescribeInstancePatchStatesForPatchGroupIterable. instancePatchStates()Returns an iterable to iterate through the paginatedDescribeInstancePatchStatesForPatchGroupResponse.instancePatchStates()member.SdkPublisher<InstancePatchState>DescribeInstancePatchStatesForPatchGroupPublisher. instancePatchStates()Returns a publisher that can be used to get a stream of data.SdkIterable<InstancePatchState>DescribeInstancePatchStatesIterable. instancePatchStates()Returns an iterable to iterate through the paginatedDescribeInstancePatchStatesResponse.instancePatchStates()member.SdkPublisher<InstancePatchState>DescribeInstancePatchStatesPublisher. instancePatchStates()Returns a publisher that can be used to get a stream of data.
-