| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static ProfileType |
ProfileType.fromValue(String value)
Use this in place of valueOf.
|
static ProfileType |
ProfileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileType[] |
ProfileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesRequest |
ListProfilesRequest.withProfileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListedProfile |
ListedProfile.withProfileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
DescribedProfile |
DescribedProfile.withProfileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
CreateProfileRequest |
CreateProfileRequest.withProfileType(ProfileType profileType)
Determines the type of profile to create:
|
Copyright © 2024. All rights reserved.