Uses of Class
com.oracle.bmc.securityattribute.requests.GetSecurityAttributeNamespaceRequest
-
Packages that use GetSecurityAttributeNamespaceRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests -
-
Uses of GetSecurityAttributeNamespaceRequest in com.oracle.bmc.securityattribute
Method parameters in com.oracle.bmc.securityattribute with type arguments of type GetSecurityAttributeNamespaceRequest Modifier and Type Method Description Future<GetSecurityAttributeNamespaceResponse>
SecurityAttributeAsync. getSecurityAttributeNamespace(GetSecurityAttributeNamespaceRequest request, AsyncHandler<GetSecurityAttributeNamespaceRequest,GetSecurityAttributeNamespaceResponse> handler)
Gets the specified security attribute namespace’s information.Future<GetSecurityAttributeNamespaceResponse>
SecurityAttributeAsyncClient. getSecurityAttributeNamespace(GetSecurityAttributeNamespaceRequest request, AsyncHandler<GetSecurityAttributeNamespaceRequest,GetSecurityAttributeNamespaceResponse> handler)
-
Uses of GetSecurityAttributeNamespaceRequest in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return GetSecurityAttributeNamespaceRequest Modifier and Type Method Description GetSecurityAttributeNamespaceRequest
GetSecurityAttributeNamespaceRequest.Builder. build()
Build the instance of GetSecurityAttributeNamespaceRequest as configured by this builderGetSecurityAttributeNamespaceRequest
GetSecurityAttributeNamespaceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSecurityAttributeNamespaceRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type GetSecurityAttributeNamespaceRequest Modifier and Type Method Description GetSecurityAttributeNamespaceRequest.Builder
GetSecurityAttributeNamespaceRequest.Builder. copy(GetSecurityAttributeNamespaceRequest o)
Copy method to populate the builder with values from the given instance.
-