Uses of Class
software.amazon.awssdk.services.ssm.model.DescribePatchGroupsResponse
-
Packages that use DescribePatchGroupsResponse Package Description software.amazon.awssdk.services.ssm 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.software.amazon.awssdk.services.ssm.paginators -
-
Uses of DescribePatchGroupsResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribePatchGroupsResponse Modifier and Type Method Description default DescribePatchGroupsResponseSsmClient. describePatchGroups()Lists all patch groups that have been registered with patch baselines.default DescribePatchGroupsResponseSsmClient. describePatchGroups(Consumer<DescribePatchGroupsRequest.Builder> describePatchGroupsRequest)Lists all patch groups that have been registered with patch baselines.default DescribePatchGroupsResponseSsmClient. describePatchGroups(DescribePatchGroupsRequest describePatchGroupsRequest)Lists all patch groups that have been registered with patch baselines.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribePatchGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribePatchGroupsResponse>SsmAsyncClient. describePatchGroups()Lists all patch groups that have been registered with patch baselines.default CompletableFuture<DescribePatchGroupsResponse>SsmAsyncClient. describePatchGroups(Consumer<DescribePatchGroupsRequest.Builder> describePatchGroupsRequest)Lists all patch groups that have been registered with patch baselines.default CompletableFuture<DescribePatchGroupsResponse>SsmAsyncClient. describePatchGroups(DescribePatchGroupsRequest describePatchGroupsRequest)Lists all patch groups that have been registered with patch baselines. -
Uses of DescribePatchGroupsResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribePatchGroupsResponse Modifier and Type Method Description Iterator<DescribePatchGroupsResponse>DescribePatchGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribePatchGroupsResponse Modifier and Type Method Description voidDescribePatchGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribePatchGroupsResponse> subscriber)
-