Uses of Class
com.oracle.bmc.securityattribute.requests.CreateSecurityAttributeRequest
-
Packages that use CreateSecurityAttributeRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests -
-
Uses of CreateSecurityAttributeRequest in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute with parameters of type CreateSecurityAttributeRequest Modifier and Type Method Description CreateSecurityAttributeResponse
SecurityAttribute. createSecurityAttribute(CreateSecurityAttributeRequest request)
Creates a new security attribute in the specified security attribute namespace.Future<CreateSecurityAttributeResponse>
SecurityAttributeAsync. createSecurityAttribute(CreateSecurityAttributeRequest request, AsyncHandler<CreateSecurityAttributeRequest,CreateSecurityAttributeResponse> handler)
Creates a new security attribute in the specified security attribute namespace.Future<CreateSecurityAttributeResponse>
SecurityAttributeAsyncClient. createSecurityAttribute(CreateSecurityAttributeRequest request, AsyncHandler<CreateSecurityAttributeRequest,CreateSecurityAttributeResponse> handler)
CreateSecurityAttributeResponse
SecurityAttributeClient. createSecurityAttribute(CreateSecurityAttributeRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type CreateSecurityAttributeRequest Modifier and Type Method Description Future<CreateSecurityAttributeResponse>
SecurityAttributeAsync. createSecurityAttribute(CreateSecurityAttributeRequest request, AsyncHandler<CreateSecurityAttributeRequest,CreateSecurityAttributeResponse> handler)
Creates a new security attribute in the specified security attribute namespace.Future<CreateSecurityAttributeResponse>
SecurityAttributeAsyncClient. createSecurityAttribute(CreateSecurityAttributeRequest request, AsyncHandler<CreateSecurityAttributeRequest,CreateSecurityAttributeResponse> handler)
-
Uses of CreateSecurityAttributeRequest in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return CreateSecurityAttributeRequest Modifier and Type Method Description CreateSecurityAttributeRequest
CreateSecurityAttributeRequest.Builder. build()
Build the instance of CreateSecurityAttributeRequest as configured by this builderCreateSecurityAttributeRequest
CreateSecurityAttributeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSecurityAttributeRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type CreateSecurityAttributeRequest Modifier and Type Method Description CreateSecurityAttributeRequest.Builder
CreateSecurityAttributeRequest.Builder. copy(CreateSecurityAttributeRequest o)
Copy method to populate the builder with values from the given instance.
-