@Generated(value="software.amazon.awssdk:codegen") public final class Credentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Credentials.Builder,Credentials>
The credentials that provide DataSync Discovery read access to your on-premises storage system's management interface.
DataSync Discovery stores these credentials in Secrets Manager. For more information, see Accessing your on-premises storage system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Credentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Credentials.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
password()
Specifies the password for your storage system's management interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Credentials.Builder> |
serializableBuilderClass() |
Credentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
Specifies the user name for your storage system's management interface.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String username()
Specifies the user name for your storage system's management interface.
public final String password()
Specifies the password for your storage system's management interface.
public Credentials.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Credentials.Builder,Credentials>public static Credentials.Builder builder()
public static Class<? extends Credentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.