Interface Client.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Client
public static interface Client.ServiceAsync extends ServiceAsync
-
Method Summary
Modifier and Type Method Description Future<Response>createResourceLocation(Request citrixCredentials)Future<?>createResourceLocation(Request citrixCredentials, ResponseHandler<Response> callback)Future<Response>getResourceLocations(Request citrixCredentials)Future<?>getResourceLocations(Request citrixCredentials, ResponseHandler<Response> callback)voidsetMask(Client.Mask mask)Future<Response>validateCitrixCredentials(Request citrixCredentials)Future<?>validateCitrixCredentials(Request citrixCredentials, ResponseHandler<Response> callback)Client.MaskwithMask()Use the existing mask on this service or create it if not presentClient.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
Client.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
Client.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
createResourceLocation
-
createResourceLocation
-
getResourceLocations
-
getResourceLocations
-
validateCitrixCredentials
-
validateCitrixCredentials
-