Uses of Class
com.oracle.bmc.identitydomains.requests.GetNotificationSettingRequest
-
Packages that use GetNotificationSettingRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of GetNotificationSettingRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type GetNotificationSettingRequest Modifier and Type Method Description GetNotificationSettingResponse
IdentityDomains. getNotificationSetting(GetNotificationSettingRequest request)
Get Notification SettingsFuture<GetNotificationSettingResponse>
IdentityDomainsAsync. getNotificationSetting(GetNotificationSettingRequest request, AsyncHandler<GetNotificationSettingRequest,GetNotificationSettingResponse> handler)
Get Notification SettingsFuture<GetNotificationSettingResponse>
IdentityDomainsAsyncClient. getNotificationSetting(GetNotificationSettingRequest request, AsyncHandler<GetNotificationSettingRequest,GetNotificationSettingResponse> handler)
GetNotificationSettingResponse
IdentityDomainsClient. getNotificationSetting(GetNotificationSettingRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetNotificationSettingRequest Modifier and Type Method Description Future<GetNotificationSettingResponse>
IdentityDomainsAsync. getNotificationSetting(GetNotificationSettingRequest request, AsyncHandler<GetNotificationSettingRequest,GetNotificationSettingResponse> handler)
Get Notification SettingsFuture<GetNotificationSettingResponse>
IdentityDomainsAsyncClient. getNotificationSetting(GetNotificationSettingRequest request, AsyncHandler<GetNotificationSettingRequest,GetNotificationSettingResponse> handler)
-
Uses of GetNotificationSettingRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return GetNotificationSettingRequest Modifier and Type Method Description GetNotificationSettingRequest
GetNotificationSettingRequest.Builder. build()
Build the instance of GetNotificationSettingRequest as configured by this builderGetNotificationSettingRequest
GetNotificationSettingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNotificationSettingRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type GetNotificationSettingRequest Modifier and Type Method Description GetNotificationSettingRequest.Builder
GetNotificationSettingRequest.Builder. copy(GetNotificationSettingRequest o)
Copy method to populate the builder with values from the given instance.
-