Uses of Class
com.azure.storage.file.datalake.models.DataLakeSignedIdentifier
-
Packages that use DataLakeSignedIdentifier Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of DataLakeSignedIdentifier in com.azure.storage.file.datalake
Method parameters in com.azure.storage.file.datalake with type arguments of type DataLakeSignedIdentifier Modifier and Type Method Description Mono<Void>
DataLakeFileSystemAsyncClient. setAccessPolicy(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers)
Sets the file system's permissions.void
DataLakeFileSystemClient. setAccessPolicy(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers)
Sets the file system's permissions.Mono<com.azure.core.http.rest.Response<Void>>
DataLakeFileSystemAsyncClient. setAccessPolicyWithResponse(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers, DataLakeRequestConditions requestConditions)
Sets the file system's permissions.com.azure.core.http.rest.Response<Void>
DataLakeFileSystemClient. setAccessPolicyWithResponse(PublicAccessType accessType, List<DataLakeSignedIdentifier> identifiers, DataLakeRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context)
Sets the file system's permissions. -
Uses of DataLakeSignedIdentifier in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DataLakeSignedIdentifier Modifier and Type Method Description DataLakeSignedIdentifier
DataLakeSignedIdentifier. setAccessPolicy(DataLakeAccessPolicy accessPolicy)
Set the accessPolicy property: The accessPolicy property.DataLakeSignedIdentifier
DataLakeSignedIdentifier. setId(String id)
Set the id property: a unique id.Methods in com.azure.storage.file.datalake.models that return types with arguments of type DataLakeSignedIdentifier Modifier and Type Method Description List<DataLakeSignedIdentifier>
FileSystemAccessPolicies. getIdentifiers()
Constructor parameters in com.azure.storage.file.datalake.models with type arguments of type DataLakeSignedIdentifier Constructor Description FileSystemAccessPolicies(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers)
Constructs aFileSystemAccessPolicies
.
-