Uses of Class
com.oracle.bmc.core.responses.GetVlanResponse.Builder
-
Packages that use GetVlanResponse.Builder Package Description com.oracle.bmc.core.responses -
-
Uses of GetVlanResponse.Builder in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetVlanResponse.Builder Modifier and Type Method Description GetVlanResponse.Builder
GetVlanResponse.Builder. __httpStatusCode__(int __httpStatusCode__)
static GetVlanResponse.Builder
GetVlanResponse. builder()
Return a new builder for this response object.GetVlanResponse.Builder
GetVlanResponse.Builder. copy(GetVlanResponse o)
Copy method to populate the builder with values from the given instance.GetVlanResponse.Builder
GetVlanResponse.Builder. etag(String etag)
For optimistic concurrency control.GetVlanResponse.Builder
GetVlanResponse.Builder. headers(Map<String,List<String>> headers)
GetVlanResponse.Builder
GetVlanResponse.Builder. opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.GetVlanResponse.Builder
GetVlanResponse.Builder. vlan(Vlan vlan)
The returned Vlan instance.
-