Uses of Class
software.amazon.awssdk.services.ssm.model.DescribePatchGroupStateResponse
Packages that use DescribePatchGroupStateResponse
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of DescribePatchGroupStateResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribePatchGroupStateResponseModifier and TypeMethodDescriptiondefault DescribePatchGroupStateResponseSsmClient.describePatchGroupState(Consumer<DescribePatchGroupStateRequest.Builder> describePatchGroupStateRequest) Returns high-level aggregated patch compliance state information for a patch group.default DescribePatchGroupStateResponseSsmClient.describePatchGroupState(DescribePatchGroupStateRequest describePatchGroupStateRequest) Returns high-level aggregated patch compliance state information for a patch group.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribePatchGroupStateResponseModifier and TypeMethodDescriptionSsmAsyncClient.describePatchGroupState(Consumer<DescribePatchGroupStateRequest.Builder> describePatchGroupStateRequest) Returns high-level aggregated patch compliance state information for a patch group.SsmAsyncClient.describePatchGroupState(DescribePatchGroupStateRequest describePatchGroupStateRequest) Returns high-level aggregated patch compliance state information for a patch group.