Uses of Class
com.oracle.bmc.securityattribute.responses.DeleteSecurityAttributeResponse
-
Packages that use DeleteSecurityAttributeResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of DeleteSecurityAttributeResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return DeleteSecurityAttributeResponse Modifier and Type Method Description DeleteSecurityAttributeResponse
SecurityAttribute. deleteSecurityAttribute(DeleteSecurityAttributeRequest request)
Deletes the specified security attribute.DeleteSecurityAttributeResponse
SecurityAttributeClient. deleteSecurityAttribute(DeleteSecurityAttributeRequest request)
Methods in com.oracle.bmc.securityattribute that return types with arguments of type DeleteSecurityAttributeResponse Modifier and Type Method Description Future<DeleteSecurityAttributeResponse>
SecurityAttributeAsync. deleteSecurityAttribute(DeleteSecurityAttributeRequest request, AsyncHandler<DeleteSecurityAttributeRequest,DeleteSecurityAttributeResponse> handler)
Deletes the specified security attribute.Future<DeleteSecurityAttributeResponse>
SecurityAttributeAsyncClient. deleteSecurityAttribute(DeleteSecurityAttributeRequest request, AsyncHandler<DeleteSecurityAttributeRequest,DeleteSecurityAttributeResponse> handler)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type DeleteSecurityAttributeResponse Modifier and Type Method Description Future<DeleteSecurityAttributeResponse>
SecurityAttributeAsync. deleteSecurityAttribute(DeleteSecurityAttributeRequest request, AsyncHandler<DeleteSecurityAttributeRequest,DeleteSecurityAttributeResponse> handler)
Deletes the specified security attribute.Future<DeleteSecurityAttributeResponse>
SecurityAttributeAsyncClient. deleteSecurityAttribute(DeleteSecurityAttributeRequest request, AsyncHandler<DeleteSecurityAttributeRequest,DeleteSecurityAttributeResponse> handler)
-
Uses of DeleteSecurityAttributeResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return DeleteSecurityAttributeResponse Modifier and Type Method Description DeleteSecurityAttributeResponse
DeleteSecurityAttributeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type DeleteSecurityAttributeResponse Modifier and Type Method Description DeleteSecurityAttributeResponse.Builder
DeleteSecurityAttributeResponse.Builder. copy(DeleteSecurityAttributeResponse o)
Copy method to populate the builder with values from the given instance.
-