Uses of Class
com.oracle.bmc.apmsynthetics.model.FtpRequestType
-
Packages that use FtpRequestType Package Description com.oracle.bmc.apmsynthetics.model -
-
Uses of FtpRequestType in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return FtpRequestType Modifier and Type Method Description static FtpRequestTypeFtpRequestType. create(String key)FtpRequestTypeFtpMonitorConfiguration. getFtpRequestType()FTP monitor request type.static FtpRequestTypeFtpRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static FtpRequestType[]FtpRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmsynthetics.model with parameters of type FtpRequestType Modifier and Type Method Description FtpMonitorConfiguration.BuilderFtpMonitorConfiguration.Builder. ftpRequestType(FtpRequestType ftpRequestType)FTP monitor request type.Constructors in com.oracle.bmc.apmsynthetics.model with parameters of type FtpRequestType Constructor Description FtpMonitorConfiguration(Boolean isFailureRetried, DnsConfiguration dnsConfiguration, FtpProtocol ftpProtocol, FtpRequestType ftpRequestType, Boolean isActiveMode, BasicAuthenticationDetails ftpBasicAuthenticationDetails, Integer downloadSizeLimitInBytes, Integer uploadFileSizeInBytes, NetworkConfiguration networkConfiguration, List<String> verifyResponseCodes, String verifyResponseContent)Deprecated.
-