Uses of Class
com.oracle.bmc.securityattribute.responses.CreateSecurityAttributeResponse
-
Packages that use CreateSecurityAttributeResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of CreateSecurityAttributeResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return CreateSecurityAttributeResponse Modifier and Type Method Description CreateSecurityAttributeResponse
SecurityAttribute. createSecurityAttribute(CreateSecurityAttributeRequest request)
Creates a new security attribute in the specified security attribute namespace.CreateSecurityAttributeResponse
SecurityAttributeClient. createSecurityAttribute(CreateSecurityAttributeRequest request)
Methods in com.oracle.bmc.securityattribute that return types with arguments of type CreateSecurityAttributeResponse 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)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type CreateSecurityAttributeResponse 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 CreateSecurityAttributeResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return CreateSecurityAttributeResponse Modifier and Type Method Description CreateSecurityAttributeResponse
CreateSecurityAttributeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type CreateSecurityAttributeResponse Modifier and Type Method Description CreateSecurityAttributeResponse.Builder
CreateSecurityAttributeResponse.Builder. copy(CreateSecurityAttributeResponse o)
Copy method to populate the builder with values from the given instance.
-