Uses of Class
com.oracle.bmc.securityattribute.model.SecurityAttribute
-
Packages that use SecurityAttribute Package Description com.oracle.bmc.securityattribute.model com.oracle.bmc.securityattribute.responses -
-
Uses of SecurityAttribute in com.oracle.bmc.securityattribute.model
Methods in com.oracle.bmc.securityattribute.model that return SecurityAttribute Modifier and Type Method Description SecurityAttribute
SecurityAttribute.Builder. build()
Methods in com.oracle.bmc.securityattribute.model with parameters of type SecurityAttribute Modifier and Type Method Description SecurityAttribute.Builder
SecurityAttribute.Builder. copy(SecurityAttribute model)
-
Uses of SecurityAttribute in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return SecurityAttribute Modifier and Type Method Description SecurityAttribute
CreateSecurityAttributeResponse. getSecurityAttribute()
The returned SecurityAttribute instance.SecurityAttribute
GetSecurityAttributeResponse. getSecurityAttribute()
The returned SecurityAttribute instance.SecurityAttribute
UpdateSecurityAttributeResponse. getSecurityAttribute()
The returned SecurityAttribute instance.Methods in com.oracle.bmc.securityattribute.responses with parameters of type SecurityAttribute Modifier and Type Method Description CreateSecurityAttributeResponse.Builder
CreateSecurityAttributeResponse.Builder. securityAttribute(SecurityAttribute securityAttribute)
The returned SecurityAttribute instance.GetSecurityAttributeResponse.Builder
GetSecurityAttributeResponse.Builder. securityAttribute(SecurityAttribute securityAttribute)
The returned SecurityAttribute instance.UpdateSecurityAttributeResponse.Builder
UpdateSecurityAttributeResponse.Builder. securityAttribute(SecurityAttribute securityAttribute)
The returned SecurityAttribute instance.
-