Uses of Class
software.amazon.awssdk.services.cleanrooms.model.Collaboration
-
Packages that use Collaboration Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of Collaboration in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return Collaboration Modifier and Type Method Description CollaborationCreateCollaborationResponse. collaboration()The entire created collaboration object.CollaborationGetCollaborationResponse. collaboration()The entire collaboration for this identifier.CollaborationUpdateCollaborationResponse. collaboration()The entire collaboration that has been updated.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type Collaboration Modifier and Type Method Description CreateCollaborationResponse.BuilderCreateCollaborationResponse.Builder. collaboration(Collaboration collaboration)The entire created collaboration object.GetCollaborationResponse.BuilderGetCollaborationResponse.Builder. collaboration(Collaboration collaboration)The entire collaboration for this identifier.UpdateCollaborationResponse.BuilderUpdateCollaborationResponse.Builder. collaboration(Collaboration collaboration)The entire collaboration that has been updated.
-