Uses of Class
com.oracle.bmc.securityattribute.requests.DeleteSecurityAttributeRequest
-
Packages that use DeleteSecurityAttributeRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests -
-
Uses of DeleteSecurityAttributeRequest in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute with parameters of type DeleteSecurityAttributeRequest Modifier and Type Method Description DeleteSecurityAttributeResponse
SecurityAttribute. deleteSecurityAttribute(DeleteSecurityAttributeRequest request)
Deletes the specified security attribute.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)
DeleteSecurityAttributeResponse
SecurityAttributeClient. deleteSecurityAttribute(DeleteSecurityAttributeRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type DeleteSecurityAttributeRequest 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 DeleteSecurityAttributeRequest in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return DeleteSecurityAttributeRequest Modifier and Type Method Description DeleteSecurityAttributeRequest
DeleteSecurityAttributeRequest.Builder. build()
Build the instance of DeleteSecurityAttributeRequest as configured by this builderDeleteSecurityAttributeRequest
DeleteSecurityAttributeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSecurityAttributeRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type DeleteSecurityAttributeRequest Modifier and Type Method Description DeleteSecurityAttributeRequest.Builder
DeleteSecurityAttributeRequest.Builder. copy(DeleteSecurityAttributeRequest o)
Copy method to populate the builder with values from the given instance.
-