Uses of Interface
software.amazon.awssdk.services.opsworkscm.model.DescribeAccountAttributesResponse.Builder
-
Packages that use DescribeAccountAttributesResponse.Builder Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of DescribeAccountAttributesResponse.Builder in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return DescribeAccountAttributesResponse.Builder Modifier and Type Method Description DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. attributes(Collection<AccountAttribute> attributes)The attributes that are currently set for the account.DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. attributes(Consumer<AccountAttribute.Builder>... attributes)The attributes that are currently set for the account.DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse.Builder. attributes(AccountAttribute... attributes)The attributes that are currently set for the account.static DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse. builder()DescribeAccountAttributesResponse.BuilderDescribeAccountAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type DescribeAccountAttributesResponse.Builder Modifier and Type Method Description static Class<? extends DescribeAccountAttributesResponse.Builder>DescribeAccountAttributesResponse. serializableBuilderClass()
-