Uses of Class
software.amazon.awssdk.services.transfer.model.ProfileType
-
Packages that use ProfileType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ProfileType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ProfileType Modifier and Type Method Description static ProfileTypeProfileType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProfileTypeCreateProfileRequest. profileType()Determines the type of profile to create:ProfileTypeDescribedProfile. profileType()Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.ProfileTypeListedProfile. profileType()Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.ProfileTypeListProfilesRequest. profileType()Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.static ProfileTypeProfileType. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ProfileType Modifier and Type Method Description static Set<ProfileType>ProfileType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type ProfileType Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileType(ProfileType profileType)Determines the type of profile to create:DescribedProfile.BuilderDescribedProfile.Builder. profileType(ProfileType profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.ListedProfile.BuilderListedProfile.Builder. profileType(ProfileType profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.ListProfilesRequest.BuilderListProfilesRequest.Builder. profileType(ProfileType profileType)Indicates whether to list onlyLOCALtype profiles or onlyPARTNERtype profiles.
-