Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateBrandAssignmentRequest.Builder
-
Packages that use UpdateBrandAssignmentRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateBrandAssignmentRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateBrandAssignmentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateBrandAssignmentResponse>QuickSightAsyncClient. updateBrandAssignment(Consumer<UpdateBrandAssignmentRequest.Builder> updateBrandAssignmentRequest)Updates a brand assignment.default UpdateBrandAssignmentResponseQuickSightClient. updateBrandAssignment(Consumer<UpdateBrandAssignmentRequest.Builder> updateBrandAssignmentRequest)Updates a brand assignment. -
Uses of UpdateBrandAssignmentRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateBrandAssignmentRequest.Builder Modifier and Type Method Description UpdateBrandAssignmentRequest.BuilderUpdateBrandAssignmentRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that owns the brand assignment.UpdateBrandAssignmentRequest.BuilderUpdateBrandAssignmentRequest.Builder. brandArn(String brandArn)The Amazon Resource Name (ARN) of the brand.static UpdateBrandAssignmentRequest.BuilderUpdateBrandAssignmentRequest. builder()UpdateBrandAssignmentRequest.BuilderUpdateBrandAssignmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBrandAssignmentRequest.BuilderUpdateBrandAssignmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBrandAssignmentRequest.BuilderUpdateBrandAssignmentRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateBrandAssignmentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateBrandAssignmentRequest.Builder>UpdateBrandAssignmentRequest. serializableBuilderClass()
-