Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableImageBlockPublicAccessResponse.Builder
-
Packages that use DisableImageBlockPublicAccessResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DisableImageBlockPublicAccessResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableImageBlockPublicAccessResponse.Builder Modifier and Type Method Description static DisableImageBlockPublicAccessResponse.BuilderDisableImageBlockPublicAccessResponse. builder()DisableImageBlockPublicAccessResponse.BuilderDisableImageBlockPublicAccessResponse.Builder. imageBlockPublicAccessState(String imageBlockPublicAccessState)Returnsunblockedif the request succeeds; otherwise, it returns an error.DisableImageBlockPublicAccessResponse.BuilderDisableImageBlockPublicAccessResponse.Builder. imageBlockPublicAccessState(ImageBlockPublicAccessDisabledState imageBlockPublicAccessState)Returnsunblockedif the request succeeds; otherwise, it returns an error.DisableImageBlockPublicAccessResponse.BuilderDisableImageBlockPublicAccessResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableImageBlockPublicAccessResponse.Builder Modifier and Type Method Description static Class<? extends DisableImageBlockPublicAccessResponse.Builder>DisableImageBlockPublicAccessResponse. serializableBuilderClass()
-