Uses of Class
software.amazon.awssdk.services.ssm.model.DescribePatchBaselinesResponse
-
Packages that use DescribePatchBaselinesResponse 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 DescribePatchBaselinesResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribePatchBaselinesResponse Modifier and Type Method Description default DescribePatchBaselinesResponseSsmClient. describePatchBaselines()Lists the patch baselines in your Amazon Web Services account.default DescribePatchBaselinesResponseSsmClient. describePatchBaselines(Consumer<DescribePatchBaselinesRequest.Builder> describePatchBaselinesRequest)Lists the patch baselines in your Amazon Web Services account.default DescribePatchBaselinesResponseSsmClient. describePatchBaselines(DescribePatchBaselinesRequest describePatchBaselinesRequest)Lists the patch baselines in your Amazon Web Services account.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribePatchBaselinesResponse Modifier and Type Method Description default CompletableFuture<DescribePatchBaselinesResponse>SsmAsyncClient. describePatchBaselines()Lists the patch baselines in your Amazon Web Services account.default CompletableFuture<DescribePatchBaselinesResponse>SsmAsyncClient. describePatchBaselines(Consumer<DescribePatchBaselinesRequest.Builder> describePatchBaselinesRequest)Lists the patch baselines in your Amazon Web Services account.default CompletableFuture<DescribePatchBaselinesResponse>SsmAsyncClient. describePatchBaselines(DescribePatchBaselinesRequest describePatchBaselinesRequest)Lists the patch baselines in your Amazon Web Services account. -
Uses of DescribePatchBaselinesResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribePatchBaselinesResponse Modifier and Type Method Description Iterator<DescribePatchBaselinesResponse>DescribePatchBaselinesIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribePatchBaselinesResponse Modifier and Type Method Description voidDescribePatchBaselinesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribePatchBaselinesResponse> subscriber)
-