Uses of Class
software.amazon.awssdk.services.connect.model.CreatedByInfo
-
Packages that use CreatedByInfo Package Description software.amazon.awssdk.services.connect.model -
-
Uses of CreatedByInfo in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return CreatedByInfo Modifier and Type Method Description CreatedByInfoAttachedFile. createdBy()Represents the identity that created the file.CreatedByInfoGetAttachedFileResponse. createdBy()Represents the identity that created the file.CreatedByInfoStartAttachedFileUploadRequest. createdBy()Represents the identity that created the file.CreatedByInfoStartAttachedFileUploadResponse. createdBy()Represents the identity that created the file.static CreatedByInfoCreatedByInfo. fromAwsIdentityArn(String awsIdentityArn)Create an instance of this class withawsIdentityArn()initialized to the given value.static CreatedByInfoCreatedByInfo. fromConnectUserArn(String connectUserArn)Create an instance of this class withconnectUserArn()initialized to the given value.Methods in software.amazon.awssdk.services.connect.model with parameters of type CreatedByInfo Modifier and Type Method Description AttachedFile.BuilderAttachedFile.Builder. createdBy(CreatedByInfo createdBy)Represents the identity that created the file.GetAttachedFileResponse.BuilderGetAttachedFileResponse.Builder. createdBy(CreatedByInfo createdBy)Represents the identity that created the file.StartAttachedFileUploadRequest.BuilderStartAttachedFileUploadRequest.Builder. createdBy(CreatedByInfo createdBy)Represents the identity that created the file.StartAttachedFileUploadResponse.BuilderStartAttachedFileUploadResponse.Builder. createdBy(CreatedByInfo createdBy)Represents the identity that created the file.
-