Interface Configuration.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Configuration
public static interface Configuration.ServiceAsync extends ServiceAsync
-
Method Summary
Modifier and Type Method Description voidsetMask(Configuration.Mask mask)Future<Boolean>setOsPasswordFromEncrypted(String encryptedPassword)Async version ofConfiguration.Service.setOsPasswordFromEncrypted(java.lang.String)Future<?>setOsPasswordFromEncrypted(String encryptedPassword, ResponseHandler<Boolean> callback)Configuration.MaskwithMask()Use the existing mask on this service or create it if not presentConfiguration.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return itMethods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Configuration.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Configuration.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
setOsPasswordFromEncrypted
Async version ofConfiguration.Service.setOsPasswordFromEncrypted(java.lang.String) -
setOsPasswordFromEncrypted
-