Skip navigation links
A B C D E G H L P R S U V 

A

AccountsAsyncClient - Class in com.azure.analytics.purview.account
Initializes a new instance of the asynchronous PurviewAccountClient type.
AccountsClient - Class in com.azure.analytics.purview.account
Initializes a new instance of the synchronous PurviewAccountClient type.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Adds a custom Http pipeline policy.

B

buildAccountsAsyncClient() - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Builds an instance of AccountsAsyncClient async client.
buildAccountsClient() - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Builds an instance of AccountsClient sync client.
buildCollectionsAsyncClient() - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Builds an instance of CollectionsAsyncClient async client.
buildCollectionsClient() - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Builds an instance of CollectionsClient sync client.
buildResourceSetRulesAsyncClient() - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Builds an instance of ResourceSetRulesAsyncClient async client.
buildResourceSetRulesClient() - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Builds an instance of ResourceSetRulesClient sync client.

C

CollectionsAsyncClient - Class in com.azure.analytics.purview.account
Initializes a new instance of the asynchronous PurviewAccountClient type.
CollectionsClient - Class in com.azure.analytics.purview.account
Initializes a new instance of the synchronous PurviewAccountClient type.
com.azure.analytics.purview.account - package com.azure.analytics.purview.account
Package containing the classes for PurviewAccountClient.
configuration(Configuration) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Sets The configuration store that is used during construction of the service client.
createOrUpdateCollectionWithResponse(String, BinaryData, RequestOptions) - Method in class com.azure.analytics.purview.account.CollectionsAsyncClient
Creates or updates a collection entity.
createOrUpdateCollectionWithResponse(String, BinaryData, RequestOptions, Context) - Method in class com.azure.analytics.purview.account.CollectionsClient
Creates or updates a collection entity.
createOrUpdateResourceSetRuleWithResponse(BinaryData, RequestOptions) - Method in class com.azure.analytics.purview.account.ResourceSetRulesAsyncClient
Creates or updates an resource set config.
createOrUpdateResourceSetRuleWithResponse(BinaryData, RequestOptions, Context) - Method in class com.azure.analytics.purview.account.ResourceSetRulesClient
Creates or updates an resource set config.
credential(TokenCredential) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Sets The TokenCredential used for authentication.

D

deleteCollectionWithResponse(String, RequestOptions) - Method in class com.azure.analytics.purview.account.CollectionsAsyncClient
Deletes a Collection entity.
deleteCollectionWithResponse(String, RequestOptions, Context) - Method in class com.azure.analytics.purview.account.CollectionsClient
Deletes a Collection entity.
deleteResourceSetRuleWithResponse(RequestOptions) - Method in class com.azure.analytics.purview.account.ResourceSetRulesAsyncClient
Deletes a ResourceSetRuleConfig resource.
deleteResourceSetRuleWithResponse(RequestOptions, Context) - Method in class com.azure.analytics.purview.account.ResourceSetRulesClient
Deletes a ResourceSetRuleConfig resource.

E

endpoint(String) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Sets The account endpoint of your Purview account.

G

getAccessKeysWithResponse(RequestOptions) - Method in class com.azure.analytics.purview.account.AccountsAsyncClient
List the authorization keys associated with this account.
getAccessKeysWithResponse(RequestOptions, Context) - Method in class com.azure.analytics.purview.account.AccountsClient
List the authorization keys associated with this account.
getAccountPropertiesWithResponse(RequestOptions) - Method in class com.azure.analytics.purview.account.AccountsAsyncClient
Get an account.
getAccountPropertiesWithResponse(RequestOptions, Context) - Method in class com.azure.analytics.purview.account.AccountsClient
Get an account.
getCollectionPathWithResponse(String, RequestOptions) - Method in class com.azure.analytics.purview.account.CollectionsAsyncClient
Gets the parent name and parent friendly name chains that represent the collection path.
getCollectionPathWithResponse(String, RequestOptions, Context) - Method in class com.azure.analytics.purview.account.CollectionsClient
Gets the parent name and parent friendly name chains that represent the collection path.
getCollectionWithResponse(String, RequestOptions) - Method in class com.azure.analytics.purview.account.CollectionsAsyncClient
Get a collection.
getCollectionWithResponse(String, RequestOptions, Context) - Method in class com.azure.analytics.purview.account.CollectionsClient
Get a collection.
getLatest() - Static method in enum com.azure.analytics.purview.account.PurviewAccountServiceVersion
Gets the latest service version supported by this client library.
getResourceSetRuleWithResponse(RequestOptions) - Method in class com.azure.analytics.purview.account.ResourceSetRulesAsyncClient
Get a resource set config service model.
getResourceSetRuleWithResponse(RequestOptions, Context) - Method in class com.azure.analytics.purview.account.ResourceSetRulesClient
Get a resource set config service model.
getVersion() - Method in enum com.azure.analytics.purview.account.PurviewAccountServiceVersion
 

H

httpClient(HttpClient) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Sets The HTTP client used to send the request.
httpLogOptions(HttpLogOptions) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Sets The logging configuration for HTTP requests and responses.

L

listChildCollectionNames(String, RequestOptions) - Method in class com.azure.analytics.purview.account.CollectionsAsyncClient
Lists the child collections names in the collection.
listChildCollectionNames(String, RequestOptions) - Method in class com.azure.analytics.purview.account.CollectionsClient
Lists the child collections names in the collection.
listChildCollectionNames(String, RequestOptions, Context) - Method in class com.azure.analytics.purview.account.CollectionsClient
Lists the child collections names in the collection.
listCollections(RequestOptions) - Method in class com.azure.analytics.purview.account.CollectionsAsyncClient
List the collections in the account.
listCollections(RequestOptions) - Method in class com.azure.analytics.purview.account.CollectionsClient
List the collections in the account.
listCollections(RequestOptions, Context) - Method in class com.azure.analytics.purview.account.CollectionsClient
List the collections in the account.
listResourceSetRules(RequestOptions) - Method in class com.azure.analytics.purview.account.ResourceSetRulesAsyncClient
Get a resource set config service model.
listResourceSetRules(RequestOptions) - Method in class com.azure.analytics.purview.account.ResourceSetRulesClient
Get a resource set config service model.
listResourceSetRules(RequestOptions, Context) - Method in class com.azure.analytics.purview.account.ResourceSetRulesClient
Get a resource set config service model.

P

pipeline(HttpPipeline) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Sets The HTTP pipeline to send requests through.
PurviewAccountClientBuilder - Class in com.azure.analytics.purview.account
A builder for creating a new instance of the PurviewAccountClient type.
PurviewAccountClientBuilder() - Constructor for class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Create an instance of the PurviewAccountClientBuilder.
PurviewAccountServiceVersion - Enum in com.azure.analytics.purview.account
Service version of PurviewAccount.

R

regenerateAccessKeyWithResponse(BinaryData, RequestOptions) - Method in class com.azure.analytics.purview.account.AccountsAsyncClient
Regenerate the authorization keys associated with this data catalog.
regenerateAccessKeyWithResponse(BinaryData, RequestOptions, Context) - Method in class com.azure.analytics.purview.account.AccountsClient
Regenerate the authorization keys associated with this data catalog.
ResourceSetRulesAsyncClient - Class in com.azure.analytics.purview.account
Initializes a new instance of the asynchronous PurviewAccountClient type.
ResourceSetRulesClient - Class in com.azure.analytics.purview.account
Initializes a new instance of the synchronous PurviewAccountClient type.
retryPolicy(RetryPolicy) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.

S

serviceVersion(PurviewAccountServiceVersion) - Method in class com.azure.analytics.purview.account.PurviewAccountClientBuilder
Sets Service version.

U

updateAccountPropertiesWithResponse(BinaryData, RequestOptions) - Method in class com.azure.analytics.purview.account.AccountsAsyncClient
Updates an account.
updateAccountPropertiesWithResponse(BinaryData, RequestOptions, Context) - Method in class com.azure.analytics.purview.account.AccountsClient
Updates an account.

V

valueOf(String) - Static method in enum com.azure.analytics.purview.account.PurviewAccountServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.analytics.purview.account.PurviewAccountServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H L P R S U V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.