| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
UserDetails |
UserDetails.clone() |
UserDetails |
ServiceMetadata.getUserDetails()
The Server ID (
ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails. |
UserDetails |
UserDetails.withServerId(String serverId)
The system-assigned unique identifier for a Transfer server instance.
|
UserDetails |
UserDetails.withSessionId(String sessionId)
The system-assigned unique identifier for a session that corresponds to the workflow.
|
UserDetails |
UserDetails.withUserName(String userName)
A unique string that identifies a Transfer Family user associated with a server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceMetadata.setUserDetails(UserDetails userDetails)
The Server ID (
ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails. |
ServiceMetadata |
ServiceMetadata.withUserDetails(UserDetails userDetails)
The Server ID (
ServerId), Session ID (SessionId) and user (UserName) make
up the UserDetails. |
Copyright © 2024. All rights reserved.