Uses of Interface
software.amazon.awssdk.services.resourceexplorer2.model.BatchGetViewError.Builder
-
Packages that use BatchGetViewError.Builder Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of BatchGetViewError.Builder in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return BatchGetViewError.Builder Modifier and Type Method Description static BatchGetViewError.BuilderBatchGetViewError. builder()BatchGetViewError.BuilderBatchGetViewError.Builder. errorMessage(String errorMessage)The description of the error for the specified view.BatchGetViewError.BuilderBatchGetViewError. toBuilder()BatchGetViewError.BuilderBatchGetViewError.Builder. viewArn(String viewArn)The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type BatchGetViewError.Builder Modifier and Type Method Description static Class<? extends BatchGetViewError.Builder>BatchGetViewError. serializableBuilderClass()
-