Uses of Class
software.amazon.awssdk.services.ssm.model.DescribePatchPropertiesResponse
-
Packages that use DescribePatchPropertiesResponse 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 DescribePatchPropertiesResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribePatchPropertiesResponse Modifier and Type Method Description default DescribePatchPropertiesResponseSsmClient. describePatchProperties(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches.default DescribePatchPropertiesResponseSsmClient. describePatchProperties(DescribePatchPropertiesRequest describePatchPropertiesRequest)Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribePatchPropertiesResponse Modifier and Type Method Description default CompletableFuture<DescribePatchPropertiesResponse>SsmAsyncClient. describePatchProperties(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches.default CompletableFuture<DescribePatchPropertiesResponse>SsmAsyncClient. describePatchProperties(DescribePatchPropertiesRequest describePatchPropertiesRequest)Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. -
Uses of DescribePatchPropertiesResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribePatchPropertiesResponse Modifier and Type Method Description Iterator<DescribePatchPropertiesResponse>DescribePatchPropertiesIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribePatchPropertiesResponse Modifier and Type Method Description voidDescribePatchPropertiesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribePatchPropertiesResponse> subscriber)
-