Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.GetCollaborationResponse.Builder
-
Packages that use GetCollaborationResponse.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of GetCollaborationResponse.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return GetCollaborationResponse.Builder Modifier and Type Method Description static GetCollaborationResponse.BuilderGetCollaborationResponse. builder()default GetCollaborationResponse.BuilderGetCollaborationResponse.Builder. collaboration(Consumer<Collaboration.Builder> collaboration)The entire collaboration for this identifier.GetCollaborationResponse.BuilderGetCollaborationResponse.Builder. collaboration(Collaboration collaboration)The entire collaboration for this identifier.GetCollaborationResponse.BuilderGetCollaborationResponse. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type GetCollaborationResponse.Builder Modifier and Type Method Description static Class<? extends GetCollaborationResponse.Builder>GetCollaborationResponse. serializableBuilderClass()
-