Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribePatchPropertiesRequest.Builder
Packages that use DescribePatchPropertiesRequest.Builder
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 DescribePatchPropertiesRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DescribePatchPropertiesRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.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(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest) Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches.default DescribePatchPropertiesPublisherSsmAsyncClient.describePatchPropertiesPaginator(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest) This is a variant ofSsmAsyncClient.describePatchProperties(software.amazon.awssdk.services.ssm.model.DescribePatchPropertiesRequest)operation.default DescribePatchPropertiesIterableSsmClient.describePatchPropertiesPaginator(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest) This is a variant ofSsmClient.describePatchProperties(software.amazon.awssdk.services.ssm.model.DescribePatchPropertiesRequest)operation. -
Uses of DescribePatchPropertiesRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribePatchPropertiesRequest.BuilderModifier and TypeMethodDescriptionDescribePatchPropertiesRequest.builder()DescribePatchPropertiesRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.The token for the next set of items to return.DescribePatchPropertiesRequest.Builder.operatingSystem(String operatingSystem) The operating system type for which to list patches.DescribePatchPropertiesRequest.Builder.operatingSystem(OperatingSystem operatingSystem) The operating system type for which to list patches.DescribePatchPropertiesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribePatchPropertiesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.The patch property for which you want to view patch details.DescribePatchPropertiesRequest.Builder.property(PatchProperty property) The patch property for which you want to view patch details.DescribePatchPropertiesRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribePatchPropertiesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribePatchPropertiesRequest.Builder>DescribePatchPropertiesRequest.serializableBuilderClass()