Uses of Class
com.azure.storage.file.datalake.models.AccessControlChangeResult
Packages that use AccessControlChangeResult
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of AccessControlChangeResult in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return AccessControlChangeResultModifier and TypeMethodDescriptionDataLakePathClient.removeAccessControlRecursive(List<PathRemoveAccessControlEntry> accessControlList) Recursively removes the access control on a path and all subpaths.DataLakePathClient.setAccessControlRecursive(List<PathAccessControlEntry> accessControlList) Recursively sets the access control on a path and all subpaths.DataLakePathClient.updateAccessControlRecursive(List<PathAccessControlEntry> accessControlList) Recursively updates the access control on a path and all subpaths.Methods in com.azure.storage.file.datalake that return types with arguments of type AccessControlChangeResultModifier and TypeMethodDescriptionDataLakePathAsyncClient.removeAccessControlRecursive(List<PathRemoveAccessControlEntry> accessControlList) Recursively removes the access control on a path and all subpaths.Mono<com.azure.core.http.rest.Response<AccessControlChangeResult>> DataLakePathAsyncClient.removeAccessControlRecursiveWithResponse(PathRemoveAccessControlRecursiveOptions options) Recursively removes the access control on a path and all subpaths.com.azure.core.http.rest.Response<AccessControlChangeResult> DataLakePathClient.removeAccessControlRecursiveWithResponse(PathRemoveAccessControlRecursiveOptions options, Duration timeout, com.azure.core.util.Context context) Recursively removes the access control on a path and all subpaths.DataLakePathAsyncClient.setAccessControlRecursive(List<PathAccessControlEntry> accessControlList) Recursively sets the access control on a path and all subpaths.Mono<com.azure.core.http.rest.Response<AccessControlChangeResult>> DataLakePathAsyncClient.setAccessControlRecursiveWithResponse(PathSetAccessControlRecursiveOptions options) Recursively sets the access control on a path and all subpaths.com.azure.core.http.rest.Response<AccessControlChangeResult> DataLakePathClient.setAccessControlRecursiveWithResponse(PathSetAccessControlRecursiveOptions options, Duration timeout, com.azure.core.util.Context context) Recursively sets the access control on a path and all subpaths.DataLakePathAsyncClient.updateAccessControlRecursive(List<PathAccessControlEntry> accessControlList) Recursively updates the access control on a path and all subpaths.Mono<com.azure.core.http.rest.Response<AccessControlChangeResult>> DataLakePathAsyncClient.updateAccessControlRecursiveWithResponse(PathUpdateAccessControlRecursiveOptions options) Recursively updates the access control on a path and all subpaths.com.azure.core.http.rest.Response<AccessControlChangeResult> DataLakePathClient.updateAccessControlRecursiveWithResponse(PathUpdateAccessControlRecursiveOptions options, Duration timeout, com.azure.core.util.Context context) Recursively updates the access control on a path and all subpaths. -
Uses of AccessControlChangeResult in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return AccessControlChangeResultModifier and TypeMethodDescriptionAccessControlChangeResult.setBatchFailures(List<AccessControlChangeFailure> batchFailures) Sets the first set of batch failures.AccessControlChangeResult.setContinuationToken(String continuationToken) Sets the continuation token.AccessControlChangeResult.setCounters(AccessControlChangeCounters counters) Sets theAccessControlChangeCounters.