Uses of Interface
software.amazon.awssdk.services.ecr.model.PutAccountSettingResponse.Builder
-
Packages that use PutAccountSettingResponse.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of PutAccountSettingResponse.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return PutAccountSettingResponse.Builder Modifier and Type Method Description static PutAccountSettingResponse.BuilderPutAccountSettingResponse. builder()PutAccountSettingResponse.BuilderPutAccountSettingResponse.Builder. name(String name)Retrieves the the basic scan type version name.PutAccountSettingResponse.BuilderPutAccountSettingResponse. toBuilder()PutAccountSettingResponse.BuilderPutAccountSettingResponse.Builder. value(String value)Retrieves the basic scan type value, eitherAWS_NATIVEor-.Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type PutAccountSettingResponse.Builder Modifier and Type Method Description static Class<? extends PutAccountSettingResponse.Builder>PutAccountSettingResponse. serializableBuilderClass()
-