| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static ProfileType |
ProfileType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProfileType |
ListProfilesRequest.profileType()
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ProfileType |
DescribedProfile.profileType()
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ProfileType |
ListedProfile.profileType()
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ProfileType |
CreateProfileRequest.profileType()
Determines the type of profile to create:
|
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 |
|---|---|
static Set<ProfileType> |
ProfileType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListProfilesRequest.Builder |
ListProfilesRequest.Builder.profileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
DescribedProfile.Builder |
DescribedProfile.Builder.profileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
ListedProfile.Builder |
ListedProfile.Builder.profileType(ProfileType profileType)
Indicates whether to list only
LOCAL type profiles or only PARTNER type profiles. |
CreateProfileRequest.Builder |
CreateProfileRequest.Builder.profileType(ProfileType profileType)
Determines the type of profile to create:
|
Copyright © 2023. All rights reserved.