Uses of Class
com.oracle.bmc.keymanagement.requests.ExportKeyRequest.Builder
-
Packages that use ExportKeyRequest.Builder Package Description com.oracle.bmc.keymanagement.requests -
-
Uses of ExportKeyRequest.Builder in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return ExportKeyRequest.Builder Modifier and Type Method Description ExportKeyRequest.Builder
ExportKeyRequest.Builder. body$(ExportKeyDetails body)
Alternative setter for the body parameter.static ExportKeyRequest.Builder
ExportKeyRequest. builder()
Return a new builder for this request object.ExportKeyRequest.Builder
ExportKeyRequest.Builder. copy(ExportKeyRequest o)
Copy method to populate the builder with values from the given instance.ExportKeyRequest.Builder
ExportKeyRequest.Builder. exportKeyDetails(ExportKeyDetails exportKeyDetails)
ExportKeyDetailsExportKeyRequest.Builder
ExportKeyRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ExportKeyRequest.Builder
ExportKeyRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ExportKeyRequest.Builder
ExportKeyRequest. toBuilder()
Return an instance ofExportKeyRequest.Builder
that allows you to modify request properties.
-