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