Uses of Interface
software.amazon.awssdk.services.ecr.model.GetAccountSettingResponse.Builder
-
Packages that use GetAccountSettingResponse.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of GetAccountSettingResponse.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return GetAccountSettingResponse.Builder Modifier and Type Method Description static GetAccountSettingResponse.BuilderGetAccountSettingResponse. builder()GetAccountSettingResponse.BuilderGetAccountSettingResponse.Builder. name(String name)Retrieves the basic scan type version name.GetAccountSettingResponse.BuilderGetAccountSettingResponse. toBuilder()GetAccountSettingResponse.BuilderGetAccountSettingResponse.Builder. value(String value)Retrieves the value that specifies what basic scan type is being used:AWS_NATIVEorCLAIR.Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type GetAccountSettingResponse.Builder Modifier and Type Method Description static Class<? extends GetAccountSettingResponse.Builder>GetAccountSettingResponse. serializableBuilderClass()
-