Uses of Class
com.oracle.bmc.identitydomains.responses.PutNotificationSettingResponse
-
Packages that use PutNotificationSettingResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PutNotificationSettingResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PutNotificationSettingResponse Modifier and Type Method Description PutNotificationSettingResponse
IdentityDomains. putNotificationSetting(PutNotificationSettingRequest request)
Replace Notification SettingsPutNotificationSettingResponse
IdentityDomainsClient. putNotificationSetting(PutNotificationSettingRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PutNotificationSettingResponse Modifier and Type Method Description Future<PutNotificationSettingResponse>
IdentityDomainsAsync. putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
Replace Notification SettingsFuture<PutNotificationSettingResponse>
IdentityDomainsAsyncClient. putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutNotificationSettingResponse Modifier and Type Method Description Future<PutNotificationSettingResponse>
IdentityDomainsAsync. putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
Replace Notification SettingsFuture<PutNotificationSettingResponse>
IdentityDomainsAsyncClient. putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
-
Uses of PutNotificationSettingResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PutNotificationSettingResponse Modifier and Type Method Description PutNotificationSettingResponse
PutNotificationSettingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PutNotificationSettingResponse Modifier and Type Method Description PutNotificationSettingResponse.Builder
PutNotificationSettingResponse.Builder. copy(PutNotificationSettingResponse o)
Copy method to populate the builder with values from the given instance.
-