Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateAccountSubscriptionResult> |
AbstractAmazonQuickSightAsync.createAccountSubscriptionAsync(CreateAccountSubscriptionRequest request,
AsyncHandler<CreateAccountSubscriptionRequest,CreateAccountSubscriptionResult> asyncHandler) |
Future<CreateAccountSubscriptionResult> |
AmazonQuickSightAsyncClient.createAccountSubscriptionAsync(CreateAccountSubscriptionRequest request,
AsyncHandler<CreateAccountSubscriptionRequest,CreateAccountSubscriptionResult> asyncHandler) |
Future<CreateAccountSubscriptionResult> |
AmazonQuickSightAsync.createAccountSubscriptionAsync(CreateAccountSubscriptionRequest createAccountSubscriptionRequest,
AsyncHandler<CreateAccountSubscriptionRequest,CreateAccountSubscriptionResult> asyncHandler)
Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.
|
Modifier and Type | Method and Description |
---|---|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.clone() |
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withAccountName(String accountName)
The name of your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withActiveDirectoryName(String activeDirectoryName)
The name of your Active Directory.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withAdminGroup(Collection<String> adminGroup)
The admin group associated with your Active Directory.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withAdminGroup(String... adminGroup)
The admin group associated with your Active Directory.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withAuthenticationMethod(AuthenticationMethodOption authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withAuthenticationMethod(String authenticationMethod)
The method that you want to use to authenticate your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withAuthorGroup(Collection<String> authorGroup)
The author group associated with your Active Directory.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withAuthorGroup(String... authorGroup)
The author group associated with your Active Directory.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withContactNumber(String contactNumber)
A 10-digit phone number for the author of the Amazon QuickSight account to use for future communications.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withDirectoryId(String directoryId)
The ID of the Active Directory that is associated with your Amazon QuickSight account.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withEdition(Edition edition)
The edition of Amazon QuickSight that you want your account to have.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withEdition(String edition)
The edition of Amazon QuickSight that you want your account to have.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withEmailAddress(String emailAddress)
The email address of the author of the Amazon QuickSight account to use for future communications.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withFirstName(String firstName)
The first name of the author of the Amazon QuickSight account to use for future communications.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withLastName(String lastName)
The last name of the author of the Amazon QuickSight account to use for future communications.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withNotificationEmail(String notificationEmail)
The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight
account or Amazon QuickSight subscription.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withReaderGroup(Collection<String> readerGroup)
The reader group associated with your Active Direcrtory.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withReaderGroup(String... readerGroup)
The reader group associated with your Active Direcrtory.
|
CreateAccountSubscriptionRequest |
CreateAccountSubscriptionRequest.withRealm(String realm)
The realm of the Active Directory that is associated with your Amazon QuickSight account.
|
Copyright © 2023. All rights reserved.