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