Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribePatchPropertiesResponse.Builder
-
Packages that use DescribePatchPropertiesResponse.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of DescribePatchPropertiesResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribePatchPropertiesResponse.Builder Modifier and Type Method Description static DescribePatchPropertiesResponse.BuilderDescribePatchPropertiesResponse. builder()DescribePatchPropertiesResponse.BuilderDescribePatchPropertiesResponse.Builder. nextToken(String nextToken)The token for the next set of items to return.DescribePatchPropertiesResponse.BuilderDescribePatchPropertiesResponse.Builder. properties(Collection<? extends Map<String,String>> properties)A list of the properties for patches matching the filter request parameters.DescribePatchPropertiesResponse.BuilderDescribePatchPropertiesResponse.Builder. properties(Map<String,String>... properties)A list of the properties for patches matching the filter request parameters.DescribePatchPropertiesResponse.BuilderDescribePatchPropertiesResponse. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribePatchPropertiesResponse.Builder Modifier and Type Method Description static Class<? extends DescribePatchPropertiesResponse.Builder>DescribePatchPropertiesResponse. serializableBuilderClass()
-