Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeEffectivePatchesForPatchBaselineResponse
-
Packages that use DescribeEffectivePatchesForPatchBaselineResponse 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 DescribeEffectivePatchesForPatchBaselineResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribeEffectivePatchesForPatchBaselineResponse Modifier and Type Method Description default DescribeEffectivePatchesForPatchBaselineResponseSsmClient. describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.default DescribeEffectivePatchesForPatchBaselineResponseSsmClient. describeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest describeEffectivePatchesForPatchBaselineRequest)Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribeEffectivePatchesForPatchBaselineResponse Modifier and Type Method Description default CompletableFuture<DescribeEffectivePatchesForPatchBaselineResponse>SsmAsyncClient. describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.default CompletableFuture<DescribeEffectivePatchesForPatchBaselineResponse>SsmAsyncClient. describeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest describeEffectivePatchesForPatchBaselineRequest)Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. -
Uses of DescribeEffectivePatchesForPatchBaselineResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribeEffectivePatchesForPatchBaselineResponse Modifier and Type Method Description Iterator<DescribeEffectivePatchesForPatchBaselineResponse>DescribeEffectivePatchesForPatchBaselineIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribeEffectivePatchesForPatchBaselineResponse Modifier and Type Method Description voidDescribeEffectivePatchesForPatchBaselinePublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeEffectivePatchesForPatchBaselineResponse> subscriber)
-