Uses of Class
com.oracle.bmc.objectstorage.responses.GetPreauthenticatedRequestResponse
-
Packages that use GetPreauthenticatedRequestResponse Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.responses -
-
Uses of GetPreauthenticatedRequestResponse in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return GetPreauthenticatedRequestResponse Modifier and Type Method Description GetPreauthenticatedRequestResponse
ObjectStorage. getPreauthenticatedRequest(GetPreauthenticatedRequestRequest request)
Gets the pre-authenticated request for the bucket.GetPreauthenticatedRequestResponse
ObjectStorageClient. getPreauthenticatedRequest(GetPreauthenticatedRequestRequest request)
Methods in com.oracle.bmc.objectstorage that return types with arguments of type GetPreauthenticatedRequestResponse Modifier and Type Method Description Future<GetPreauthenticatedRequestResponse>
ObjectStorageAsync. getPreauthenticatedRequest(GetPreauthenticatedRequestRequest request, AsyncHandler<GetPreauthenticatedRequestRequest,GetPreauthenticatedRequestResponse> handler)
Gets the pre-authenticated request for the bucket.Future<GetPreauthenticatedRequestResponse>
ObjectStorageAsyncClient. getPreauthenticatedRequest(GetPreauthenticatedRequestRequest request, AsyncHandler<GetPreauthenticatedRequestRequest,GetPreauthenticatedRequestResponse> handler)
Method parameters in com.oracle.bmc.objectstorage with type arguments of type GetPreauthenticatedRequestResponse Modifier and Type Method Description Future<GetPreauthenticatedRequestResponse>
ObjectStorageAsync. getPreauthenticatedRequest(GetPreauthenticatedRequestRequest request, AsyncHandler<GetPreauthenticatedRequestRequest,GetPreauthenticatedRequestResponse> handler)
Gets the pre-authenticated request for the bucket.Future<GetPreauthenticatedRequestResponse>
ObjectStorageAsyncClient. getPreauthenticatedRequest(GetPreauthenticatedRequestRequest request, AsyncHandler<GetPreauthenticatedRequestRequest,GetPreauthenticatedRequestResponse> handler)
-
Uses of GetPreauthenticatedRequestResponse in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return GetPreauthenticatedRequestResponse Modifier and Type Method Description GetPreauthenticatedRequestResponse
GetPreauthenticatedRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.objectstorage.responses with parameters of type GetPreauthenticatedRequestResponse Modifier and Type Method Description GetPreauthenticatedRequestResponse.Builder
GetPreauthenticatedRequestResponse.Builder. copy(GetPreauthenticatedRequestResponse o)
Copy method to populate the builder with values from the given instance.
-