Uses of Class
com.oracle.bmc.securityattribute.requests.ListSecurityAttributeNamespacesRequest
-
Packages that use ListSecurityAttributeNamespacesRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests -
-
Uses of ListSecurityAttributeNamespacesRequest in com.oracle.bmc.securityattribute
Method parameters in com.oracle.bmc.securityattribute with type arguments of type ListSecurityAttributeNamespacesRequest Modifier and Type Method Description Future<ListSecurityAttributeNamespacesResponse>SecurityAttributeAsync. listSecurityAttributeNamespaces(ListSecurityAttributeNamespacesRequest request, AsyncHandler<ListSecurityAttributeNamespacesRequest,ListSecurityAttributeNamespacesResponse> handler)Lists the security attribute namespaces in the specified compartment.Future<ListSecurityAttributeNamespacesResponse>SecurityAttributeAsyncClient. listSecurityAttributeNamespaces(ListSecurityAttributeNamespacesRequest request, AsyncHandler<ListSecurityAttributeNamespacesRequest,ListSecurityAttributeNamespacesResponse> handler) -
Uses of ListSecurityAttributeNamespacesRequest in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return ListSecurityAttributeNamespacesRequest Modifier and Type Method Description ListSecurityAttributeNamespacesRequestListSecurityAttributeNamespacesRequest.Builder. build()Build the instance of ListSecurityAttributeNamespacesRequest as configured by this builderListSecurityAttributeNamespacesRequestListSecurityAttributeNamespacesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSecurityAttributeNamespacesRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type ListSecurityAttributeNamespacesRequest Modifier and Type Method Description ListSecurityAttributeNamespacesRequest.BuilderListSecurityAttributeNamespacesRequest.Builder. copy(ListSecurityAttributeNamespacesRequest o)Copy method to populate the builder with values from the given instance.
-