| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
Collaboration |
Collaboration.clone() |
Collaboration |
UpdateCollaborationResult.getCollaboration()
The entire collaboration that has been updated.
|
Collaboration |
GetCollaborationResult.getCollaboration()
The entire collaboration for this identifier.
|
Collaboration |
CreateCollaborationResult.getCollaboration()
The entire created collaboration object.
|
Collaboration |
Collaboration.withArn(String arn)
The unique ARN for the collaboration.
|
Collaboration |
Collaboration.withCreateTime(Date createTime)
The time when the collaboration was created.
|
Collaboration |
Collaboration.withCreatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
Collaboration |
Collaboration.withCreatorDisplayName(String creatorDisplayName)
A display name of the collaboration creator.
|
Collaboration |
Collaboration.withDataEncryptionMetadata(DataEncryptionMetadata dataEncryptionMetadata)
The settings for client-side encryption for cryptographic computing.
|
Collaboration |
Collaboration.withDescription(String description)
A description of the collaboration provided by the collaboration owner.
|
Collaboration |
Collaboration.withId(String id)
The unique ID for the collaboration.
|
Collaboration |
Collaboration.withMembershipArn(String membershipArn)
The unique ARN for your membership within the collaboration.
|
Collaboration |
Collaboration.withMembershipId(String membershipId)
The unique ID for your membership within the collaboration.
|
Collaboration |
Collaboration.withMemberStatus(MemberStatus memberStatus)
The status of a member in a collaboration.
|
Collaboration |
Collaboration.withMemberStatus(String memberStatus)
The status of a member in a collaboration.
|
Collaboration |
Collaboration.withName(String name)
A human-readable identifier provided by the collaboration owner.
|
Collaboration |
Collaboration.withQueryLogStatus(CollaborationQueryLogStatus queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
Collaboration |
Collaboration.withQueryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
Collaboration |
Collaboration.withUpdateTime(Date updateTime)
The time the collaboration metadata was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCollaborationResult.setCollaboration(Collaboration collaboration)
The entire collaboration that has been updated.
|
void |
GetCollaborationResult.setCollaboration(Collaboration collaboration)
The entire collaboration for this identifier.
|
void |
CreateCollaborationResult.setCollaboration(Collaboration collaboration)
The entire created collaboration object.
|
UpdateCollaborationResult |
UpdateCollaborationResult.withCollaboration(Collaboration collaboration)
The entire collaboration that has been updated.
|
GetCollaborationResult |
GetCollaborationResult.withCollaboration(Collaboration collaboration)
The entire collaboration for this identifier.
|
CreateCollaborationResult |
CreateCollaborationResult.withCollaboration(Collaboration collaboration)
The entire created collaboration object.
|
Copyright © 2024. All rights reserved.