Uses of Class
com.azure.storage.file.datalake.models.DataLakeSignedIdentifier
Packages that use DataLakeSignedIdentifier
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of DataLakeSignedIdentifier in com.azure.storage.file.datalake
Method parameters in com.azure.storage.file.datalake with type arguments of type DataLakeSignedIdentifierModifier and TypeMethodDescriptionDataLakeFileSystemAsyncClient.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.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 DataLakeSignedIdentifierModifier and TypeMethodDescriptionDataLakeSignedIdentifier.setAccessPolicy
(DataLakeAccessPolicy accessPolicy) Set the accessPolicy property: The accessPolicy property.Set the id property: a unique id.Methods in com.azure.storage.file.datalake.models that return types with arguments of type DataLakeSignedIdentifierModifier and TypeMethodDescriptionFileSystemAccessPolicies.getIdentifiers()
Gets theDataLakeSignedIdentifiers
associated with the file system.Constructor parameters in com.azure.storage.file.datalake.models with type arguments of type DataLakeSignedIdentifierModifierConstructorDescriptionFileSystemAccessPolicies
(PublicAccessType dataLakeAccessType, List<DataLakeSignedIdentifier> identifiers) Constructs aFileSystemAccessPolicies
.