Uses of Interface
software.amazon.awssdk.services.ec2.model.BlobAttributeValue.Builder
-
Packages that use BlobAttributeValue.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of BlobAttributeValue.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BlobAttributeValue.Builder Modifier and Type Method Description static BlobAttributeValue.BuilderBlobAttributeValue. builder()BlobAttributeValue.BuilderBlobAttributeValue. toBuilder()BlobAttributeValue.BuilderBlobAttributeValue.Builder. value(SdkBytes value)Sets the value of the Value property for this object.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type BlobAttributeValue.Builder Modifier and Type Method Description static Class<? extends BlobAttributeValue.Builder>BlobAttributeValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type BlobAttributeValue.Builder Modifier and Type Method Description default ModifyInstanceAttributeRequest.BuilderModifyInstanceAttributeRequest.Builder. userData(Consumer<BlobAttributeValue.Builder> userData)Changes the instance's user data to the specified value.
-