Uses of Class
com.oracle.bmc.objectstorage.responses.CreatePreauthenticatedRequestResponse
-
Packages that use CreatePreauthenticatedRequestResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of CreatePreauthenticatedRequestResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return CreatePreauthenticatedRequestResponse Modifier and Type Method Description CreatePreauthenticatedRequestResponse
ObjectStorage. createPreauthenticatedRequest(CreatePreauthenticatedRequestRequest request)
Creates a pre-authenticated request specific to the bucket.CreatePreauthenticatedRequestResponse
ObjectStorageClient. createPreauthenticatedRequest(CreatePreauthenticatedRequestRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type CreatePreauthenticatedRequestResponse 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)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type CreatePreauthenticatedRequestResponse 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 CreatePreauthenticatedRequestResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return CreatePreauthenticatedRequestResponse Modifier and Type Method Description CreatePreauthenticatedRequestResponse
CreatePreauthenticatedRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type CreatePreauthenticatedRequestResponse Modifier and Type Method Description CreatePreauthenticatedRequestResponse.Builder
CreatePreauthenticatedRequestResponse.Builder. copy(CreatePreauthenticatedRequestResponse o)
Copy method to populate the builder with values from the given instance.
-