Uses of Class
com.oracle.bmc.objectstorage.requests.CreatePreauthenticatedRequestRequest
-
Packages that use CreatePreauthenticatedRequestRequest Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.requests -
-
Uses of CreatePreauthenticatedRequestRequest in com.oracle.bmc.objectstorage
Method parameters in com.oracle.bmc.objectstorage with type arguments of type CreatePreauthenticatedRequestRequest Modifier and Type Method Description Future<CreatePreauthenticatedRequestResponse>
ObjectStorageAsync. createPreauthenticatedRequest(CreatePreauthenticatedRequestRequest request, AsyncHandler<CreatePreauthenticatedRequestRequest,CreatePreauthenticatedRequestResponse> handler)
Creates a pre-authenticated request specific to the bucket.Future<CreatePreauthenticatedRequestResponse>
ObjectStorageAsyncClient. createPreauthenticatedRequest(CreatePreauthenticatedRequestRequest request, AsyncHandler<CreatePreauthenticatedRequestRequest,CreatePreauthenticatedRequestResponse> handler)
-
Uses of CreatePreauthenticatedRequestRequest in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return CreatePreauthenticatedRequestRequest Modifier and Type Method Description CreatePreauthenticatedRequestRequest
CreatePreauthenticatedRequestRequest.Builder. build()
Build the instance of CreatePreauthenticatedRequestRequest as configured by this builderCreatePreauthenticatedRequestRequest
CreatePreauthenticatedRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePreauthenticatedRequestRequest as configured by this builderMethods in com.oracle.bmc.objectstorage.requests with parameters of type CreatePreauthenticatedRequestRequest Modifier and Type Method Description CreatePreauthenticatedRequestRequest.Builder
CreatePreauthenticatedRequestRequest.Builder. copy(CreatePreauthenticatedRequestRequest o)
Copy method to populate the builder with values from the given instance.
-