@Generated(value="OracleSDKGenerator", comments="API Version: 20200531") public class LoggingManagementClient extends Object implements LoggingManagement
Modifier and Type | Class and Description |
---|---|
static class |
LoggingManagementClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
static Service |
SERVICE
Service instance for LoggingManagement.
|
Modifier | Constructor and Description |
---|---|
|
LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration.
|
|
LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration.
|
|
LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
|
LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
|
LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Creates a new service instance using the given authentication provider and client configuration.
|
protected |
LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService,
RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration.
|
|
LoggingManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
|
|
LoggingManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
|
|
LoggingManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration.
|
Modifier and Type | Method and Description |
---|---|
static LoggingManagementClient.Builder |
builder()
Create a builder for this client.
|
ChangeLogGroupCompartmentResponse |
changeLogGroupCompartment(ChangeLogGroupCompartmentRequest request)
Moves a log group into a different compartment within the same tenancy.
|
ChangeLogLogGroupResponse |
changeLogLogGroup(ChangeLogLogGroupRequest request)
Moves a log into a different log group within the same tenancy.
|
ChangeLogSavedSearchCompartmentResponse |
changeLogSavedSearchCompartment(ChangeLogSavedSearchCompartmentRequest request)
Moves a saved search into a different compartment within the same tenancy.
|
ChangeUnifiedAgentConfigurationCompartmentResponse |
changeUnifiedAgentConfigurationCompartment(ChangeUnifiedAgentConfigurationCompartmentRequest request)
Moves the unified agent configuration into a different compartment within the same tenancy.
|
void |
close() |
CreateLogResponse |
createLog(CreateLogRequest request)
Creates a log within the specified log group.
|
CreateLogGroupResponse |
createLogGroup(CreateLogGroupRequest request)
Create a new log group with a unique display name.
|
CreateLogSavedSearchResponse |
createLogSavedSearch(CreateLogSavedSearchRequest request)
Creates a new LogSavedSearch.
|
CreateUnifiedAgentConfigurationResponse |
createUnifiedAgentConfiguration(CreateUnifiedAgentConfigurationRequest request)
Create unified agent configuration registration.
|
DeleteLogResponse |
deleteLog(DeleteLogRequest request)
Deletes the log object in a log group.
|
DeleteLogGroupResponse |
deleteLogGroup(DeleteLogGroupRequest request)
Deletes the specified log group.
|
DeleteLogSavedSearchResponse |
deleteLogSavedSearch(DeleteLogSavedSearchRequest request)
Deletes the specified log saved search.
|
DeleteUnifiedAgentConfigurationResponse |
deleteUnifiedAgentConfiguration(DeleteUnifiedAgentConfigurationRequest request)
Delete unified agent configuration.
|
DeleteWorkRequestResponse |
deleteWorkRequest(DeleteWorkRequestRequest request)
Cancel a work request that has not started yet.
|
String |
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
|
GetLogResponse |
getLog(GetLogRequest request)
Gets the log object configuration for the log object OCID.
|
GetLogGroupResponse |
getLogGroup(GetLogGroupRequest request)
Get the specified log group’s information.
|
GetLogIncludedSearchResponse |
getLogIncludedSearch(GetLogIncludedSearchRequest request)
Retrieves a LogIncludedSearch.
|
GetLogSavedSearchResponse |
getLogSavedSearch(GetLogSavedSearchRequest request)
Retrieves a log saved search.
|
LoggingManagementPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple
pages of data.
|
GetUnifiedAgentConfigurationResponse |
getUnifiedAgentConfiguration(GetUnifiedAgentConfigurationRequest request)
Get the unified agent configuration for an ID.
|
LoggingManagementWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
GetWorkRequestResponse |
getWorkRequest(GetWorkRequestRequest request)
Gets the details of the work request with the given ID.
|
ListLogGroupsResponse |
listLogGroups(ListLogGroupsRequest request)
Lists all log groups for the specified compartment or tenancy.
|
ListLogIncludedSearchesResponse |
listLogIncludedSearches(ListLogIncludedSearchesRequest request)
Lists Logging Included Searches for this compartment.
|
ListLogsResponse |
listLogs(ListLogsRequest request)
Lists the specified log group’s log objects.
|
ListLogSavedSearchesResponse |
listLogSavedSearches(ListLogSavedSearchesRequest request)
Lists Logging Saved Searches for this compartment.
|
ListServicesResponse |
listServices(ListServicesRequest request)
Lists all services that support logging.
|
ListUnifiedAgentConfigurationsResponse |
listUnifiedAgentConfigurations(ListUnifiedAgentConfigurationsRequest request)
Lists all unified agent configurations in the specified compartment.
|
ListWorkRequestErrorsResponse |
listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Return a list of errors for a given work request.
|
ListWorkRequestLogsResponse |
listWorkRequestLogs(ListWorkRequestLogsRequest request)
Return a list of logs for a given work request.
|
ListWorkRequestsResponse |
listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.
|
void |
refreshClient()
Rebuilds the client from scratch.
|
void |
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
|
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
UpdateLogResponse |
updateLog(UpdateLogRequest request)
Updates the existing log object with the associated configuration.
|
UpdateLogGroupResponse |
updateLogGroup(UpdateLogGroupRequest request)
Updates the existing log group with the associated configuration.
|
UpdateLogSavedSearchResponse |
updateLogSavedSearch(UpdateLogSavedSearchRequest request)
Updates an existing log saved search.
|
UpdateUnifiedAgentConfigurationResponse |
updateUnifiedAgentConfiguration(UpdateUnifiedAgentConfigurationRequest request)
Update an existing unified agent configuration.
|
public static final Service SERVICE
Service instance for LoggingManagement.
public LoggingManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
authenticationDetailsProvider
- The authentication details provider, required.public LoggingManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.public LoggingManagementClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.public LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.public LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.public LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)executorService
- ExecutorService used by the client, or null to use the default configured ThreadPoolExecutorprotected LoggingManagementClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService, RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
Use the LoggingManagementClient.Builder
to get access to all these parameters.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)executorService
- ExecutorService used by the client, or null to use the default configured ThreadPoolExecutorrestClientFactoryBuilder
- the builder for the RestClientFactory
public static LoggingManagementClient.Builder builder()
Create a builder for this client.
public void refreshClient()
LoggingManagement
Rebuilds the client from scratch. Useful to refresh certificates.
refreshClient
in interface LoggingManagement
public void setEndpoint(String endpoint)
LoggingManagement
Sets the endpoint to call (ex, https://www.example.com).
setEndpoint
in interface LoggingManagement
endpoint
- The endpoint of the service.public String getEndpoint()
LoggingManagement
Gets the set endpoint for REST call (ex, https://www.example.com)
getEndpoint
in interface LoggingManagement
public void setRegion(Region region)
LoggingManagement
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
setRegion
in interface LoggingManagement
region
- The region of the service.public void setRegion(String regionId)
LoggingManagement
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call
setRegion
.
If no known Region could be determined, it will create an endpoint based on the
default endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
setRegion
in interface LoggingManagement
regionId
- The public region ID.public void close()
close
in interface AutoCloseable
public ChangeLogGroupCompartmentResponse changeLogGroupCompartment(ChangeLogGroupCompartmentRequest request)
LoggingManagement
Moves a log group into a different compartment within the same tenancy. When provided, the If-Match is checked against the resource ETag values. For information about moving resources between compartments, see Moving Resources Between Compartments.
changeLogGroupCompartment
in interface LoggingManagement
request
- The request object containing the details to sendpublic ChangeLogLogGroupResponse changeLogLogGroup(ChangeLogLogGroupRequest request)
LoggingManagement
Moves a log into a different log group within the same tenancy. When provided, the If-Match is checked against the ETag values of the resource.
changeLogLogGroup
in interface LoggingManagement
request
- The request object containing the details to sendpublic ChangeLogSavedSearchCompartmentResponse changeLogSavedSearchCompartment(ChangeLogSavedSearchCompartmentRequest request)
LoggingManagement
Moves a saved search into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
changeLogSavedSearchCompartment
in interface LoggingManagement
request
- The request object containing the details to sendpublic ChangeUnifiedAgentConfigurationCompartmentResponse changeUnifiedAgentConfigurationCompartment(ChangeUnifiedAgentConfigurationCompartmentRequest request)
LoggingManagement
Moves the unified agent configuration into a different compartment within the same tenancy. When provided, the If-Match is checked against the ETag values of the resource. For information about moving resources between compartments, see Moving Resources Between Compartments.
changeUnifiedAgentConfigurationCompartment
in interface LoggingManagement
request
- The request object containing the details to sendpublic CreateLogResponse createLog(CreateLogRequest request)
LoggingManagement
Creates a log within the specified log group. This call fails if a log group has already been created with the same displayName or (service, resource, category) triplet.
createLog
in interface LoggingManagement
request
- The request object containing the details to sendpublic CreateLogGroupResponse createLogGroup(CreateLogGroupRequest request)
LoggingManagement
Create a new log group with a unique display name. This call fails if the log group is already created with the same displayName in the compartment.
createLogGroup
in interface LoggingManagement
request
- The request object containing the details to sendpublic CreateLogSavedSearchResponse createLogSavedSearch(CreateLogSavedSearchRequest request)
LoggingManagement
Creates a new LogSavedSearch.
createLogSavedSearch
in interface LoggingManagement
request
- The request object containing the details to sendpublic CreateUnifiedAgentConfigurationResponse createUnifiedAgentConfiguration(CreateUnifiedAgentConfigurationRequest request)
LoggingManagement
Create unified agent configuration registration.
createUnifiedAgentConfiguration
in interface LoggingManagement
request
- The request object containing the details to sendpublic DeleteLogResponse deleteLog(DeleteLogRequest request)
LoggingManagement
Deletes the log object in a log group.
deleteLog
in interface LoggingManagement
request
- The request object containing the details to sendpublic DeleteLogGroupResponse deleteLogGroup(DeleteLogGroupRequest request)
LoggingManagement
Deletes the specified log group.
deleteLogGroup
in interface LoggingManagement
request
- The request object containing the details to sendpublic DeleteLogSavedSearchResponse deleteLogSavedSearch(DeleteLogSavedSearchRequest request)
LoggingManagement
Deletes the specified log saved search.
deleteLogSavedSearch
in interface LoggingManagement
request
- The request object containing the details to sendpublic DeleteUnifiedAgentConfigurationResponse deleteUnifiedAgentConfiguration(DeleteUnifiedAgentConfigurationRequest request)
LoggingManagement
Delete unified agent configuration.
deleteUnifiedAgentConfiguration
in interface LoggingManagement
request
- The request object containing the details to sendpublic DeleteWorkRequestResponse deleteWorkRequest(DeleteWorkRequestRequest request)
LoggingManagement
Cancel a work request that has not started yet.
deleteWorkRequest
in interface LoggingManagement
request
- The request object containing the details to sendpublic GetLogResponse getLog(GetLogRequest request)
LoggingManagement
Gets the log object configuration for the log object OCID.
getLog
in interface LoggingManagement
request
- The request object containing the details to sendpublic GetLogGroupResponse getLogGroup(GetLogGroupRequest request)
LoggingManagement
Get the specified log group’s information.
getLogGroup
in interface LoggingManagement
request
- The request object containing the details to sendpublic GetLogIncludedSearchResponse getLogIncludedSearch(GetLogIncludedSearchRequest request)
LoggingManagement
Retrieves a LogIncludedSearch.
getLogIncludedSearch
in interface LoggingManagement
request
- The request object containing the details to sendpublic GetLogSavedSearchResponse getLogSavedSearch(GetLogSavedSearchRequest request)
LoggingManagement
Retrieves a log saved search.
getLogSavedSearch
in interface LoggingManagement
request
- The request object containing the details to sendpublic GetUnifiedAgentConfigurationResponse getUnifiedAgentConfiguration(GetUnifiedAgentConfigurationRequest request)
LoggingManagement
Get the unified agent configuration for an ID.
getUnifiedAgentConfiguration
in interface LoggingManagement
request
- The request object containing the details to sendpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
LoggingManagement
Gets the details of the work request with the given ID.
getWorkRequest
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListLogGroupsResponse listLogGroups(ListLogGroupsRequest request)
LoggingManagement
Lists all log groups for the specified compartment or tenancy.
listLogGroups
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListLogIncludedSearchesResponse listLogIncludedSearches(ListLogIncludedSearchesRequest request)
LoggingManagement
Lists Logging Included Searches for this compartment.
listLogIncludedSearches
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListLogSavedSearchesResponse listLogSavedSearches(ListLogSavedSearchesRequest request)
LoggingManagement
Lists Logging Saved Searches for this compartment.
listLogSavedSearches
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListLogsResponse listLogs(ListLogsRequest request)
LoggingManagement
Lists the specified log group’s log objects.
listLogs
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListServicesResponse listServices(ListServicesRequest request)
LoggingManagement
Lists all services that support logging.
listServices
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListUnifiedAgentConfigurationsResponse listUnifiedAgentConfigurations(ListUnifiedAgentConfigurationsRequest request)
LoggingManagement
Lists all unified agent configurations in the specified compartment.
listUnifiedAgentConfigurations
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
LoggingManagement
Return a list of errors for a given work request.
listWorkRequestErrors
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
LoggingManagement
Return a list of logs for a given work request.
listWorkRequestLogs
in interface LoggingManagement
request
- The request object containing the details to sendpublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
LoggingManagement
Lists the work requests in a compartment.
listWorkRequests
in interface LoggingManagement
request
- The request object containing the details to sendpublic UpdateLogResponse updateLog(UpdateLogRequest request)
LoggingManagement
Updates the existing log object with the associated configuration. This call fails if the log object does not exist.
updateLog
in interface LoggingManagement
request
- The request object containing the details to sendpublic UpdateLogGroupResponse updateLogGroup(UpdateLogGroupRequest request)
LoggingManagement
Updates the existing log group with the associated configuration. This call fails if the log group does not exist.
updateLogGroup
in interface LoggingManagement
request
- The request object containing the details to sendpublic UpdateLogSavedSearchResponse updateLogSavedSearch(UpdateLogSavedSearchRequest request)
LoggingManagement
Updates an existing log saved search.
updateLogSavedSearch
in interface LoggingManagement
request
- The request object containing the details to sendpublic UpdateUnifiedAgentConfigurationResponse updateUnifiedAgentConfiguration(UpdateUnifiedAgentConfigurationRequest request)
LoggingManagement
Update an existing unified agent configuration. This call fails if the log group does not exist.
updateUnifiedAgentConfiguration
in interface LoggingManagement
request
- The request object containing the details to sendpublic LoggingManagementWaiters getWaiters()
LoggingManagement
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface LoggingManagement
public LoggingManagementPaginators getPaginators()
LoggingManagement
Gets the pre-configured paginators available for list operations in this service which may return multiple
pages of data. These paginators provide an Iterable
interface so that service responses, or
resources/records, can be iterated through without having to manually deal with pagination and page tokens.
getPaginators
in interface LoggingManagement
Copyright © 2016–2023. All rights reserved.