Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.BatchGetViewError
-
Packages that use BatchGetViewError Package Description software.amazon.awssdk.services.resourceexplorer2.model -
-
Uses of BatchGetViewError in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type BatchGetViewError Modifier and Type Method Description List<BatchGetViewError>BatchGetViewResponse. errors()If any of the specified ARNs result in an error, then this structure describes the error.Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type BatchGetViewError Modifier and Type Method Description BatchGetViewResponse.BuilderBatchGetViewResponse.Builder. errors(BatchGetViewError... errors)If any of the specified ARNs result in an error, then this structure describes the error.Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type BatchGetViewError Modifier and Type Method Description BatchGetViewResponse.BuilderBatchGetViewResponse.Builder. errors(Collection<BatchGetViewError> errors)If any of the specified ARNs result in an error, then this structure describes the error.
-