Uses of Class
com.oracle.bmc.bds.responses.RefreshConfidentialApplicationResponse
-
Packages that use RefreshConfidentialApplicationResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of RefreshConfidentialApplicationResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return RefreshConfidentialApplicationResponse Modifier and Type Method Description RefreshConfidentialApplicationResponse
Bds. refreshConfidentialApplication(RefreshConfidentialApplicationRequest request)
Refresh confidential application for the given identity configuration in case of any update to the confidential application (e.g.RefreshConfidentialApplicationResponse
BdsClient. refreshConfidentialApplication(RefreshConfidentialApplicationRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type RefreshConfidentialApplicationResponse Modifier and Type Method Description Future<RefreshConfidentialApplicationResponse>
BdsAsync. refreshConfidentialApplication(RefreshConfidentialApplicationRequest request, AsyncHandler<RefreshConfidentialApplicationRequest,RefreshConfidentialApplicationResponse> handler)
Refresh confidential application for the given identity configuration in case of any update to the confidential application (e.g.Future<RefreshConfidentialApplicationResponse>
BdsAsyncClient. refreshConfidentialApplication(RefreshConfidentialApplicationRequest request, AsyncHandler<RefreshConfidentialApplicationRequest,RefreshConfidentialApplicationResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type RefreshConfidentialApplicationResponse Modifier and Type Method Description Future<RefreshConfidentialApplicationResponse>
BdsAsync. refreshConfidentialApplication(RefreshConfidentialApplicationRequest request, AsyncHandler<RefreshConfidentialApplicationRequest,RefreshConfidentialApplicationResponse> handler)
Refresh confidential application for the given identity configuration in case of any update to the confidential application (e.g.Future<RefreshConfidentialApplicationResponse>
BdsAsyncClient. refreshConfidentialApplication(RefreshConfidentialApplicationRequest request, AsyncHandler<RefreshConfidentialApplicationRequest,RefreshConfidentialApplicationResponse> handler)
-
Uses of RefreshConfidentialApplicationResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return RefreshConfidentialApplicationResponse Modifier and Type Method Description RefreshConfidentialApplicationResponse
RefreshConfidentialApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type RefreshConfidentialApplicationResponse Modifier and Type Method Description RefreshConfidentialApplicationResponse.Builder
RefreshConfidentialApplicationResponse.Builder. copy(RefreshConfidentialApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-