Interface CloudWatchOmniClient
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
builder() method.
CloudWatch Omni is a unified observability experience built on Amazon CloudWatch. You work in a space, an isolated environment that holds your telemetry and controls who can access it, and your data is stored in the CloudWatch Dataset for correlated analysis of logs, metrics, and traces.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptionstatic CloudWatchOmniClientBuilderbuilder()Create a builder that can be used to configure and create aCloudWatchOmniClient.static CloudWatchOmniClientcreate()Create aCloudWatchOmniClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default CreateAccessGrantResponsecreateAccessGrant(Consumer<CreateAccessGrantRequest.Builder> createAccessGrantRequest) Creates an AccessGrant that authorizes a principal to perform a set of actions on resources in a space.default CreateAccessGrantResponsecreateAccessGrant(CreateAccessGrantRequest createAccessGrantRequest) Creates an AccessGrant that authorizes a principal to perform a set of actions on resources in a space.default CreateAccessProfileResponsecreateAccessProfile(Consumer<CreateAccessProfileRequest.Builder> createAccessProfileRequest) Creates an access profile in a space.default CreateAccessProfileResponsecreateAccessProfile(CreateAccessProfileRequest createAccessProfileRequest) Creates an access profile in a space.default CreateAlertResponsecreateAlert(Consumer<CreateAlertRequest.Builder> createAlertRequest) Creates a new alert within a space.default CreateAlertResponsecreateAlert(CreateAlertRequest createAlertRequest) Creates a new alert within a space.default CreateDomainResponsecreateDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest) Creates a domain with identity provider configuration.default CreateDomainResponsecreateDomain(CreateDomainRequest createDomainRequest) Creates a domain with identity provider configuration.createDomainAccessGrantForOrganization(Consumer<CreateDomainAccessGrantForOrganizationRequest.Builder> createDomainAccessGrantForOrganizationRequest) Creates an AccessGrant that authorizes a principal to administer an organization domain.createDomainAccessGrantForOrganization(CreateDomainAccessGrantForOrganizationRequest createDomainAccessGrantForOrganizationRequest) Creates an AccessGrant that authorizes a principal to administer an organization domain.createDomainForOrganization(Consumer<CreateDomainForOrganizationRequest.Builder> createDomainForOrganizationRequest) Creates an organization-scoped domain for the caller's AWS Organization.createDomainForOrganization(CreateDomainForOrganizationRequest createDomainForOrganizationRequest) Creates an organization-scoped domain for the caller's AWS Organization.default CreateIntegrationResponsecreateIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest) Creates an integration with a third-party provider.default CreateIntegrationResponsecreateIntegration(CreateIntegrationRequest createIntegrationRequest) Creates an integration with a third-party provider.default CreateOmniDashboardResponsecreateOmniDashboard(Consumer<CreateOmniDashboardRequest.Builder> createOmniDashboardRequest) Creates a new dashboard within a space.default CreateOmniDashboardResponsecreateOmniDashboard(CreateOmniDashboardRequest createOmniDashboardRequest) Creates a new dashboard within a space.createOneTimeDeepLinkCode(Consumer<CreateOneTimeDeepLinkCodeRequest.Builder> createOneTimeDeepLinkCodeRequest) Generates a one-time code for deep-link authentication.createOneTimeDeepLinkCode(CreateOneTimeDeepLinkCodeRequest createOneTimeDeepLinkCodeRequest) Generates a one-time code for deep-link authentication.default CreateSpaceResponsecreateSpace(Consumer<CreateSpaceRequest.Builder> createSpaceRequest) Creates a space in a domain.default CreateSpaceResponsecreateSpace(CreateSpaceRequest createSpaceRequest) Creates a space in a domain.default CreateViewResponsecreateView(Consumer<CreateViewRequest.Builder> createViewRequest) Creates a new SQL view.default CreateViewResponsecreateView(CreateViewRequest createViewRequest) Creates a new SQL view.default DeleteAccessGrantResponsedeleteAccessGrant(Consumer<DeleteAccessGrantRequest.Builder> deleteAccessGrantRequest) Removes an existing AccessGrant, revoking the access it granted.default DeleteAccessGrantResponsedeleteAccessGrant(DeleteAccessGrantRequest deleteAccessGrantRequest) Removes an existing AccessGrant, revoking the access it granted.default DeleteAccessProfileResponsedeleteAccessProfile(Consumer<DeleteAccessProfileRequest.Builder> deleteAccessProfileRequest) Removes an access profile.default DeleteAccessProfileResponsedeleteAccessProfile(DeleteAccessProfileRequest deleteAccessProfileRequest) Removes an access profile.default DeleteAlertResponsedeleteAlert(Consumer<DeleteAlertRequest.Builder> deleteAlertRequest) Deletes an alert by its identifier.default DeleteAlertResponsedeleteAlert(DeleteAlertRequest deleteAlertRequest) Deletes an alert by its identifier.default DeleteDomainResponsedeleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest) Removes a domain and all of its resources.default DeleteDomainResponsedeleteDomain(DeleteDomainRequest deleteDomainRequest) Removes a domain and all of its resources.deleteDomainAccessGrantForOrganization(Consumer<DeleteDomainAccessGrantForOrganizationRequest.Builder> deleteDomainAccessGrantForOrganizationRequest) Removes an existing organization access grant, revoking the access it granted.deleteDomainAccessGrantForOrganization(DeleteDomainAccessGrantForOrganizationRequest deleteDomainAccessGrantForOrganizationRequest) Removes an existing organization access grant, revoking the access it granted.deleteDomainForOrganization(Consumer<DeleteDomainForOrganizationRequest.Builder> deleteDomainForOrganizationRequest) Removes an organization domain and all of its resources.deleteDomainForOrganization(DeleteDomainForOrganizationRequest deleteDomainForOrganizationRequest) Removes an organization domain and all of its resources.default DeleteIntegrationResponsedeleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) Deletes an integration.default DeleteIntegrationResponsedeleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest) Deletes an integration.default DeleteOmniDashboardResponsedeleteOmniDashboard(Consumer<DeleteOmniDashboardRequest.Builder> deleteOmniDashboardRequest) Removes a dashboard from a space.default DeleteOmniDashboardResponsedeleteOmniDashboard(DeleteOmniDashboardRequest deleteOmniDashboardRequest) Removes a dashboard from a space.default DeleteSpaceResponsedeleteSpace(Consumer<DeleteSpaceRequest.Builder> deleteSpaceRequest) Removes a space and all of its resources.default DeleteSpaceResponsedeleteSpace(DeleteSpaceRequest deleteSpaceRequest) Removes a space and all of its resources.default DeleteViewResponsedeleteView(Consumer<DeleteViewRequest.Builder> deleteViewRequest) Deletes the specified view.default DeleteViewResponsedeleteView(DeleteViewRequest deleteViewRequest) Deletes the specified view.default GetAccessGrantResponsegetAccessGrant(Consumer<GetAccessGrantRequest.Builder> getAccessGrantRequest) Retrieves the full detail of a single AccessGrant by ID.default GetAccessGrantResponsegetAccessGrant(GetAccessGrantRequest getAccessGrantRequest) Retrieves the full detail of a single AccessGrant by ID.default GetAccessProfileResponsegetAccessProfile(Consumer<GetAccessProfileRequest.Builder> getAccessProfileRequest) Retrieves an access profile by ID.default GetAccessProfileResponsegetAccessProfile(GetAccessProfileRequest getAccessProfileRequest) Retrieves an access profile by ID.default GetAlertResponsegetAlert(Consumer<GetAlertRequest.Builder> getAlertRequest) Retrieves a single alert by its identifier.default GetAlertResponsegetAlert(GetAlertRequest getAlertRequest) Retrieves a single alert by its identifier.default GetContextGraphResponsegetContextGraph(Consumer<GetContextGraphRequest.Builder> getContextGraphRequest) Queries the context graph with filtering, traversal, and pagination support.default GetContextGraphResponsegetContextGraph(GetContextGraphRequest getContextGraphRequest) Queries the context graph with filtering, traversal, and pagination support.default GetContextGraphIterablegetContextGraphPaginator(Consumer<GetContextGraphRequest.Builder> getContextGraphRequest) This is a variant ofgetContextGraph(software.amazon.awssdk.services.cloudwatchomni.model.GetContextGraphRequest)operation.default GetContextGraphIterablegetContextGraphPaginator(GetContextGraphRequest getContextGraphRequest) This is a variant ofgetContextGraph(software.amazon.awssdk.services.cloudwatchomni.model.GetContextGraphRequest)operation.default GetDomainResponsegetDomain(Consumer<GetDomainRequest.Builder> getDomainRequest) Retrieves the details of a domain by ID.default GetDomainResponsegetDomain(GetDomainRequest getDomainRequest) Retrieves the details of a domain by ID.getDomainAccessGrantForOrganization(Consumer<GetDomainAccessGrantForOrganizationRequest.Builder> getDomainAccessGrantForOrganizationRequest) Retrieves the full detail of a single organization access grant by ID.getDomainAccessGrantForOrganization(GetDomainAccessGrantForOrganizationRequest getDomainAccessGrantForOrganizationRequest) Retrieves the full detail of a single organization access grant by ID.default GetDomainForOrganizationResponsegetDomainForOrganization(Consumer<GetDomainForOrganizationRequest.Builder> getDomainForOrganizationRequest) Retrieves the details of an organization domain by ID.default GetDomainForOrganizationResponsegetDomainForOrganization(GetDomainForOrganizationRequest getDomainForOrganizationRequest) Retrieves the details of an organization domain by ID.default GetIntegrationResponsegetIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest) Returns the details of a single integration, identified by its identifier, Amazon Resource Name, or name.default GetIntegrationResponsegetIntegration(GetIntegrationRequest getIntegrationRequest) Returns the details of a single integration, identified by its identifier, Amazon Resource Name, or name.getIntelligenceConfiguration(Consumer<GetIntelligenceConfigurationRequest.Builder> getIntelligenceConfigurationRequest) Retrieves the intelligence configuration for the calling account.getIntelligenceConfiguration(GetIntelligenceConfigurationRequest getIntelligenceConfigurationRequest) Retrieves the intelligence configuration for the calling account.default GetOmniDashboardResponsegetOmniDashboard(Consumer<GetOmniDashboardRequest.Builder> getOmniDashboardRequest) Retrieves a dashboard by ID within a space.default GetOmniDashboardResponsegetOmniDashboard(GetOmniDashboardRequest getOmniDashboardRequest) Retrieves a dashboard by ID within a space.default GetSpaceResponsegetSpace(Consumer<GetSpaceRequest.Builder> getSpaceRequest) Retrieves the details of a space by ID.default GetSpaceResponsegetSpace(GetSpaceRequest getSpaceRequest) Retrieves the details of a space by ID.getSpaceCredentialsForOrganization(Consumer<GetSpaceCredentialsForOrganizationRequest.Builder> getSpaceCredentialsForOrganizationRequest) Returns temporary credentials for a space in an organization member account.getSpaceCredentialsForOrganization(GetSpaceCredentialsForOrganizationRequest getSpaceCredentialsForOrganizationRequest) Returns temporary credentials for a space in an organization member account.default GetTelemetryQueryResultsResponsegetTelemetryQueryResults(Consumer<GetTelemetryQueryResultsRequest.Builder> getTelemetryQueryResultsRequest) Returns the results for the specified query.default GetTelemetryQueryResultsResponsegetTelemetryQueryResults(GetTelemetryQueryResultsRequest getTelemetryQueryResultsRequest) Returns the results for the specified query.default GetTelemetryQueryResultsIterablegetTelemetryQueryResultsPaginator(Consumer<GetTelemetryQueryResultsRequest.Builder> getTelemetryQueryResultsRequest) This is a variant ofgetTelemetryQueryResults(software.amazon.awssdk.services.cloudwatchomni.model.GetTelemetryQueryResultsRequest)operation.default GetTelemetryQueryResultsIterablegetTelemetryQueryResultsPaginator(GetTelemetryQueryResultsRequest getTelemetryQueryResultsRequest) This is a variant ofgetTelemetryQueryResults(software.amazon.awssdk.services.cloudwatchomni.model.GetTelemetryQueryResultsRequest)operation.default GetViewResponsegetView(Consumer<GetViewRequest.Builder> getViewRequest) Returns the definition and metadata of the specified view.default GetViewResponsegetView(GetViewRequest getViewRequest) Returns the definition and metadata of the specified view.default ListAccessGrantsResponselistAccessGrants(Consumer<ListAccessGrantsRequest.Builder> listAccessGrantsRequest) Returns AccessGrants, with optional filtering by domain, space, principal, or permission.default ListAccessGrantsResponselistAccessGrants(ListAccessGrantsRequest listAccessGrantsRequest) Returns AccessGrants, with optional filtering by domain, space, principal, or permission.default ListAccessGrantsIterablelistAccessGrantsPaginator(Consumer<ListAccessGrantsRequest.Builder> listAccessGrantsRequest) This is a variant oflistAccessGrants(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessGrantsRequest)operation.default ListAccessGrantsIterablelistAccessGrantsPaginator(ListAccessGrantsRequest listAccessGrantsRequest) This is a variant oflistAccessGrants(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessGrantsRequest)operation.default ListAccessProfilesResponselistAccessProfiles(Consumer<ListAccessProfilesRequest.Builder> listAccessProfilesRequest) Returns the access profiles in a space.default ListAccessProfilesResponselistAccessProfiles(ListAccessProfilesRequest listAccessProfilesRequest) Returns the access profiles in a space.default ListAccessProfilesIterablelistAccessProfilesPaginator(Consumer<ListAccessProfilesRequest.Builder> listAccessProfilesRequest) This is a variant oflistAccessProfiles(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessProfilesRequest)operation.default ListAccessProfilesIterablelistAccessProfilesPaginator(ListAccessProfilesRequest listAccessProfilesRequest) This is a variant oflistAccessProfiles(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessProfilesRequest)operation.default ListAlertsResponselistAlerts(Consumer<ListAlertsRequest.Builder> listAlertsRequest) Lists alerts within a space, optionally filtered by exact name(s), a single name prefix, or exact alertId(s), with pagination.default ListAlertsResponselistAlerts(ListAlertsRequest listAlertsRequest) Lists alerts within a space, optionally filtered by exact name(s), a single name prefix, or exact alertId(s), with pagination.default ListAlertsIterablelistAlertsPaginator(Consumer<ListAlertsRequest.Builder> listAlertsRequest) This is a variant oflistAlerts(software.amazon.awssdk.services.cloudwatchomni.model.ListAlertsRequest)operation.default ListAlertsIterablelistAlertsPaginator(ListAlertsRequest listAlertsRequest) This is a variant oflistAlerts(software.amazon.awssdk.services.cloudwatchomni.model.ListAlertsRequest)operation.listDomainAccessGrantsForOrganization(Consumer<ListDomainAccessGrantsForOrganizationRequest.Builder> listDomainAccessGrantsForOrganizationRequest) Returns organization-level domain access grants, with optional filtering by domain, principal, or permission.listDomainAccessGrantsForOrganization(ListDomainAccessGrantsForOrganizationRequest listDomainAccessGrantsForOrganizationRequest) Returns organization-level domain access grants, with optional filtering by domain, principal, or permission.listDomainAccessGrantsForOrganizationPaginator(Consumer<ListDomainAccessGrantsForOrganizationRequest.Builder> listDomainAccessGrantsForOrganizationRequest) listDomainAccessGrantsForOrganizationPaginator(ListDomainAccessGrantsForOrganizationRequest listDomainAccessGrantsForOrganizationRequest) default ListDomainsResponselistDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest) Returns the caller's domains: the account-scoped domain and the organization-scoped domain, if either exists.default ListDomainsResponselistDomains(ListDomainsRequest listDomainsRequest) Returns the caller's domains: the account-scoped domain and the organization-scoped domain, if either exists.default ListDomainsIterablelistDomainsPaginator(Consumer<ListDomainsRequest.Builder> listDomainsRequest) This is a variant oflistDomains(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainsRequest)operation.default ListDomainsIterablelistDomainsPaginator(ListDomainsRequest listDomainsRequest) This is a variant oflistDomains(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainsRequest)operation.default ListIntegrationsResponselistIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest) Lists the integrations in the account, optionally filtered by type, status, or name.default ListIntegrationsResponselistIntegrations(ListIntegrationsRequest listIntegrationsRequest) Lists the integrations in the account, optionally filtered by type, status, or name.default ListIntegrationsIterablelistIntegrationsPaginator(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest) This is a variant oflistIntegrations(software.amazon.awssdk.services.cloudwatchomni.model.ListIntegrationsRequest)operation.default ListIntegrationsIterablelistIntegrationsPaginator(ListIntegrationsRequest listIntegrationsRequest) This is a variant oflistIntegrations(software.amazon.awssdk.services.cloudwatchomni.model.ListIntegrationsRequest)operation.default ListOmniDashboardsResponselistOmniDashboards(Consumer<ListOmniDashboardsRequest.Builder> listOmniDashboardsRequest) Returns the dashboards in a space, optionally filtered by name prefix.default ListOmniDashboardsResponselistOmniDashboards(ListOmniDashboardsRequest listOmniDashboardsRequest) Returns the dashboards in a space, optionally filtered by name prefix.default ListOmniDashboardsIterablelistOmniDashboardsPaginator(Consumer<ListOmniDashboardsRequest.Builder> listOmniDashboardsRequest) This is a variant oflistOmniDashboards(software.amazon.awssdk.services.cloudwatchomni.model.ListOmniDashboardsRequest)operation.default ListOmniDashboardsIterablelistOmniDashboardsPaginator(ListOmniDashboardsRequest listOmniDashboardsRequest) This is a variant oflistOmniDashboards(software.amazon.awssdk.services.cloudwatchomni.model.ListOmniDashboardsRequest)operation.default ListSpacesResponselistSpaces(Consumer<ListSpacesRequest.Builder> listSpacesRequest) Returns the spaces in the account, optionally filtered by domain.default ListSpacesResponselistSpaces(ListSpacesRequest listSpacesRequest) Returns the spaces in the account, optionally filtered by domain.listSpacesForOrganization(Consumer<ListSpacesForOrganizationRequest.Builder> listSpacesForOrganizationRequest) Returns the spaces across all member accounts in the organization.listSpacesForOrganization(ListSpacesForOrganizationRequest listSpacesForOrganizationRequest) Returns the spaces across all member accounts in the organization.listSpacesForOrganizationPaginator(Consumer<ListSpacesForOrganizationRequest.Builder> listSpacesForOrganizationRequest) This is a variant oflistSpacesForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesForOrganizationRequest)operation.listSpacesForOrganizationPaginator(ListSpacesForOrganizationRequest listSpacesForOrganizationRequest) This is a variant oflistSpacesForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesForOrganizationRequest)operation.default ListSpacesIterablelistSpacesPaginator(Consumer<ListSpacesRequest.Builder> listSpacesRequest) This is a variant oflistSpaces(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesRequest)operation.default ListSpacesIterablelistSpacesPaginator(ListSpacesRequest listSpacesRequest) This is a variant oflistSpaces(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesRequest)operation.default ListTelemetryFieldsResponselistTelemetryFields(Consumer<ListTelemetryFieldsRequest.Builder> listTelemetryFieldsRequest) Lists fields available for telemetry queries.default ListTelemetryFieldsResponselistTelemetryFields(ListTelemetryFieldsRequest listTelemetryFieldsRequest) Lists fields available for telemetry queries.default ListTelemetryFieldsIterablelistTelemetryFieldsPaginator(Consumer<ListTelemetryFieldsRequest.Builder> listTelemetryFieldsRequest) This is a variant oflistTelemetryFields(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryFieldsRequest)operation.default ListTelemetryFieldsIterablelistTelemetryFieldsPaginator(ListTelemetryFieldsRequest listTelemetryFieldsRequest) This is a variant oflistTelemetryFields(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryFieldsRequest)operation.listTelemetryQuerySessions(Consumer<ListTelemetryQuerySessionsRequest.Builder> listTelemetryQuerySessionsRequest) Lists telemetry query sessions.listTelemetryQuerySessions(ListTelemetryQuerySessionsRequest listTelemetryQuerySessionsRequest) Lists telemetry query sessions.listTelemetryQuerySessionsPaginator(Consumer<ListTelemetryQuerySessionsRequest.Builder> listTelemetryQuerySessionsRequest) This is a variant oflistTelemetryQuerySessions(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryQuerySessionsRequest)operation.listTelemetryQuerySessionsPaginator(ListTelemetryQuerySessionsRequest listTelemetryQuerySessionsRequest) This is a variant oflistTelemetryQuerySessions(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryQuerySessionsRequest)operation.default ListViewsResponselistViews(Consumer<ListViewsRequest.Builder> listViewsRequest) Lists the views in the caller's account and region.default ListViewsResponselistViews(ListViewsRequest listViewsRequest) Lists the views in the caller's account and region.default ListViewsIterablelistViewsPaginator(Consumer<ListViewsRequest.Builder> listViewsRequest) This is a variant oflistViews(software.amazon.awssdk.services.cloudwatchomni.model.ListViewsRequest)operation.default ListViewsIterablelistViewsPaginator(ListViewsRequest listViewsRequest) This is a variant oflistViews(software.amazon.awssdk.services.cloudwatchomni.model.ListViewsRequest)operation.putIntelligenceConfiguration(Consumer<PutIntelligenceConfigurationRequest.Builder> putIntelligenceConfigurationRequest) Creates or updates the intelligence configuration for the calling account.putIntelligenceConfiguration(PutIntelligenceConfigurationRequest putIntelligenceConfigurationRequest) Creates or updates the intelligence configuration for the calling account.default SearchPrincipalsResponsesearchPrincipals(Consumer<SearchPrincipalsRequest.Builder> searchPrincipalsRequest) Searches Identity Center for users and groups in a domain.default SearchPrincipalsResponsesearchPrincipals(SearchPrincipalsRequest searchPrincipalsRequest) Searches Identity Center for users and groups in a domain.default SearchPrincipalsIterablesearchPrincipalsPaginator(Consumer<SearchPrincipalsRequest.Builder> searchPrincipalsRequest) This is a variant ofsearchPrincipals(software.amazon.awssdk.services.cloudwatchomni.model.SearchPrincipalsRequest)operation.default SearchPrincipalsIterablesearchPrincipalsPaginator(SearchPrincipalsRequest searchPrincipalsRequest) This is a variant ofsearchPrincipals(software.amazon.awssdk.services.cloudwatchomni.model.SearchPrincipalsRequest)operation.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadatadefault StartTelemetryQueryResponsestartTelemetryQuery(Consumer<StartTelemetryQueryRequest.Builder> startTelemetryQueryRequest) Starts a telemetry query within a session.default StartTelemetryQueryResponsestartTelemetryQuery(StartTelemetryQueryRequest startTelemetryQueryRequest) Starts a telemetry query within a session.startTelemetryQuerySession(Consumer<StartTelemetryQuerySessionRequest.Builder> startTelemetryQuerySessionRequest) Starts a new telemetry query session.startTelemetryQuerySession(StartTelemetryQuerySessionRequest startTelemetryQuerySessionRequest) Starts a new telemetry query session.default StopTelemetryQueryResponsestopTelemetryQuery(Consumer<StopTelemetryQueryRequest.Builder> stopTelemetryQueryRequest) Stops a running telemetry query.default StopTelemetryQueryResponsestopTelemetryQuery(StopTelemetryQueryRequest stopTelemetryQueryRequest) Stops a running telemetry query.stopTelemetryQuerySession(Consumer<StopTelemetryQuerySessionRequest.Builder> stopTelemetryQuerySessionRequest) Stops a telemetry query session.stopTelemetryQuerySession(StopTelemetryQuerySessionRequest stopTelemetryQuerySessionRequest) Stops a telemetry query session.default UpdateAccessProfileResponseupdateAccessProfile(Consumer<UpdateAccessProfileRequest.Builder> updateAccessProfileRequest) Updates the name or description of an access profile.default UpdateAccessProfileResponseupdateAccessProfile(UpdateAccessProfileRequest updateAccessProfileRequest) Updates the name or description of an access profile.default UpdateAlertResponseupdateAlert(Consumer<UpdateAlertRequest.Builder> updateAlertRequest) Updates an existing alert.default UpdateAlertResponseupdateAlert(UpdateAlertRequest updateAlertRequest) Updates an existing alert.default UpdateDomainResponseupdateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest) Updates a domain's name or identity provider configuration.default UpdateDomainResponseupdateDomain(UpdateDomainRequest updateDomainRequest) Updates a domain's name or identity provider configuration.updateDomainForOrganization(Consumer<UpdateDomainForOrganizationRequest.Builder> updateDomainForOrganizationRequest) Updates an organization domain's name or identity provider configuration.updateDomainForOrganization(UpdateDomainForOrganizationRequest updateDomainForOrganizationRequest) Updates an organization domain's name or identity provider configuration.default UpdateIntegrationResponseupdateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest) Updates an existing integration, identified by its id, ARN, or name.default UpdateIntegrationResponseupdateIntegration(UpdateIntegrationRequest updateIntegrationRequest) Updates an existing integration, identified by its id, ARN, or name.default UpdateOmniDashboardResponseupdateOmniDashboard(Consumer<UpdateOmniDashboardRequest.Builder> updateOmniDashboardRequest) Updates an existing dashboard within a space.default UpdateOmniDashboardResponseupdateOmniDashboard(UpdateOmniDashboardRequest updateOmniDashboardRequest) Updates an existing dashboard within a space.default UpdateSpaceResponseupdateSpace(Consumer<UpdateSpaceRequest.Builder> updateSpaceRequest) Updates a space.default UpdateSpaceResponseupdateSpace(UpdateSpaceRequest updateSpaceRequest) Updates a space.default UpdateViewResponseupdateView(Consumer<UpdateViewRequest.Builder> updateViewRequest) Updates an existing view's definition and/or description.default UpdateViewResponseupdateView(UpdateViewRequest updateViewRequest) Updates an existing view's definition and/or description.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
-
-
Method Details
-
createAccessGrant
default CreateAccessGrantResponse createAccessGrant(CreateAccessGrantRequest createAccessGrantRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an AccessGrant that authorizes a principal to perform a set of actions on resources in a space.
Optionally narrow the grant with scoped actions that limit it to specific resources and fields. Use ListAccessGrants and GetAccessGrant to retrieve grants, and DeleteAccessGrant to remove them.
- Parameters:
createAccessGrantRequest-- Returns:
- Result of the CreateAccessGrant operation returned by the service.
- See Also:
-
createAccessGrant
default CreateAccessGrantResponse createAccessGrant(Consumer<CreateAccessGrantRequest.Builder> createAccessGrantRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an AccessGrant that authorizes a principal to perform a set of actions on resources in a space.
Optionally narrow the grant with scoped actions that limit it to specific resources and fields. Use ListAccessGrants and GetAccessGrant to retrieve grants, and DeleteAccessGrant to remove them.
This is a convenience which creates an instance of the
CreateAccessGrantRequest.Builderavoiding the need to create one manually viaCreateAccessGrantRequest.builder()- Parameters:
createAccessGrantRequest- AConsumerthat will call methods onCreateAccessGrantRequest.Builderto create a request.- Returns:
- Result of the CreateAccessGrant operation returned by the service.
- See Also:
-
createAccessProfile
default CreateAccessProfileResponse createAccessProfile(CreateAccessProfileRequest createAccessProfileRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an access profile in a space.
Use GetAccessProfile and ListAccessProfiles to retrieve profiles, and UpdateAccessProfile to modify one.
- Parameters:
createAccessProfileRequest-- Returns:
- Result of the CreateAccessProfile operation returned by the service.
- See Also:
-
createAccessProfile
default CreateAccessProfileResponse createAccessProfile(Consumer<CreateAccessProfileRequest.Builder> createAccessProfileRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an access profile in a space.
Use GetAccessProfile and ListAccessProfiles to retrieve profiles, and UpdateAccessProfile to modify one.
This is a convenience which creates an instance of the
CreateAccessProfileRequest.Builderavoiding the need to create one manually viaCreateAccessProfileRequest.builder()- Parameters:
createAccessProfileRequest- AConsumerthat will call methods onCreateAccessProfileRequest.Builderto create a request.- Returns:
- Result of the CreateAccessProfile operation returned by the service.
- See Also:
-
createAlert
default CreateAlertResponse createAlert(CreateAlertRequest createAlertRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a new alert within a space.
Use GetAlert and ListAlerts to retrieve alerts, UpdateAlert to modify one, and DeleteAlert to remove it.
- Parameters:
createAlertRequest-- Returns:
- Result of the CreateAlert operation returned by the service.
- See Also:
-
createAlert
default CreateAlertResponse createAlert(Consumer<CreateAlertRequest.Builder> createAlertRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a new alert within a space.
Use GetAlert and ListAlerts to retrieve alerts, UpdateAlert to modify one, and DeleteAlert to remove it.
This is a convenience which creates an instance of the
CreateAlertRequest.Builderavoiding the need to create one manually viaCreateAlertRequest.builder()- Parameters:
createAlertRequest- AConsumerthat will call methods onCreateAlertRequest.Builderto create a request.- Returns:
- Result of the CreateAlert operation returned by the service.
- See Also:
-
createDomain
default CreateDomainResponse createDomain(CreateDomainRequest createDomainRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a domain with identity provider configuration.
Use GetDomain to retrieve the domain, UpdateDomain to change its configuration, and CreateSpace to add spaces within it.
- Parameters:
createDomainRequest-- Returns:
- Result of the CreateDomain operation returned by the service.
- See Also:
-
createDomain
default CreateDomainResponse createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a domain with identity provider configuration.
Use GetDomain to retrieve the domain, UpdateDomain to change its configuration, and CreateSpace to add spaces within it.
This is a convenience which creates an instance of the
CreateDomainRequest.Builderavoiding the need to create one manually viaCreateDomainRequest.builder()- Parameters:
createDomainRequest- AConsumerthat will call methods onCreateDomainRequest.Builderto create a request.- Returns:
- Result of the CreateDomain operation returned by the service.
- See Also:
-
createDomainAccessGrantForOrganization
default CreateDomainAccessGrantForOrganizationResponse createDomainAccessGrantForOrganization(CreateDomainAccessGrantForOrganizationRequest createDomainAccessGrantForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an AccessGrant that authorizes a principal to administer an organization domain.
- Parameters:
createDomainAccessGrantForOrganizationRequest-- Returns:
- Result of the CreateDomainAccessGrantForOrganization operation returned by the service.
- See Also:
-
createDomainAccessGrantForOrganization
default CreateDomainAccessGrantForOrganizationResponse createDomainAccessGrantForOrganization(Consumer<CreateDomainAccessGrantForOrganizationRequest.Builder> createDomainAccessGrantForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an AccessGrant that authorizes a principal to administer an organization domain.
This is a convenience which creates an instance of the
CreateDomainAccessGrantForOrganizationRequest.Builderavoiding the need to create one manually viaCreateDomainAccessGrantForOrganizationRequest.builder()- Parameters:
createDomainAccessGrantForOrganizationRequest- AConsumerthat will call methods onCreateDomainAccessGrantForOrganizationRequest.Builderto create a request.- Returns:
- Result of the CreateDomainAccessGrantForOrganization operation returned by the service.
- See Also:
-
createDomainForOrganization
default CreateDomainForOrganizationResponse createDomainForOrganization(CreateDomainForOrganizationRequest createDomainForOrganizationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an organization-scoped domain for the caller's AWS Organization. Only the organization's management account can call this operation.
- Parameters:
createDomainForOrganizationRequest-- Returns:
- Result of the CreateDomainForOrganization operation returned by the service.
- See Also:
-
createDomainForOrganization
default CreateDomainForOrganizationResponse createDomainForOrganization(Consumer<CreateDomainForOrganizationRequest.Builder> createDomainForOrganizationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an organization-scoped domain for the caller's AWS Organization. Only the organization's management account can call this operation.
This is a convenience which creates an instance of the
CreateDomainForOrganizationRequest.Builderavoiding the need to create one manually viaCreateDomainForOrganizationRequest.builder()- Parameters:
createDomainForOrganizationRequest- AConsumerthat will call methods onCreateDomainForOrganizationRequest.Builderto create a request.- Returns:
- Result of the CreateDomainForOrganization operation returned by the service.
- See Also:
-
createIntegration
default CreateIntegrationResponse createIntegration(CreateIntegrationRequest createIntegrationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an integration with a third-party provider. Returns the integration identifier and its initial status; when the provider requires interactive consent, an authorization URL is returned for the user to complete setup.
- Parameters:
createIntegrationRequest- The request for creating an integration with a third-party provider.- Returns:
- Result of the CreateIntegration operation returned by the service.
- See Also:
-
createIntegration
default CreateIntegrationResponse createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates an integration with a third-party provider. Returns the integration identifier and its initial status; when the provider requires interactive consent, an authorization URL is returned for the user to complete setup.
This is a convenience which creates an instance of the
CreateIntegrationRequest.Builderavoiding the need to create one manually viaCreateIntegrationRequest.builder()- Parameters:
createIntegrationRequest- AConsumerthat will call methods onCreateIntegrationRequest.Builderto create a request. The request for creating an integration with a third-party provider.- Returns:
- Result of the CreateIntegration operation returned by the service.
- See Also:
-
createOmniDashboard
default CreateOmniDashboardResponse createOmniDashboard(CreateOmniDashboardRequest createOmniDashboardRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a new dashboard within a space.
Use GetOmniDashboard and ListOmniDashboards to retrieve dashboards, UpdateOmniDashboard to modify one, and DeleteOmniDashboard to remove it.
- Parameters:
createOmniDashboardRequest-- Returns:
- Result of the CreateOmniDashboard operation returned by the service.
- See Also:
-
createOmniDashboard
default CreateOmniDashboardResponse createOmniDashboard(Consumer<CreateOmniDashboardRequest.Builder> createOmniDashboardRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a new dashboard within a space.
Use GetOmniDashboard and ListOmniDashboards to retrieve dashboards, UpdateOmniDashboard to modify one, and DeleteOmniDashboard to remove it.
This is a convenience which creates an instance of the
CreateOmniDashboardRequest.Builderavoiding the need to create one manually viaCreateOmniDashboardRequest.builder()- Parameters:
createOmniDashboardRequest- AConsumerthat will call methods onCreateOmniDashboardRequest.Builderto create a request.- Returns:
- Result of the CreateOmniDashboard operation returned by the service.
- See Also:
-
createOneTimeDeepLinkCode
default CreateOneTimeDeepLinkCodeResponse createOneTimeDeepLinkCode(CreateOneTimeDeepLinkCodeRequest createOneTimeDeepLinkCodeRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Generates a one-time code for deep-link authentication.
Direct the user's browser to the returned deepLinkUrl before it expires. The code is exchanged for an authenticated, domain-scoped session and can be used only once.
- Parameters:
createOneTimeDeepLinkCodeRequest-- Returns:
- Result of the CreateOneTimeDeepLinkCode operation returned by the service.
- See Also:
-
createOneTimeDeepLinkCode
default CreateOneTimeDeepLinkCodeResponse createOneTimeDeepLinkCode(Consumer<CreateOneTimeDeepLinkCodeRequest.Builder> createOneTimeDeepLinkCodeRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Generates a one-time code for deep-link authentication.
Direct the user's browser to the returned deepLinkUrl before it expires. The code is exchanged for an authenticated, domain-scoped session and can be used only once.
This is a convenience which creates an instance of the
CreateOneTimeDeepLinkCodeRequest.Builderavoiding the need to create one manually viaCreateOneTimeDeepLinkCodeRequest.builder()- Parameters:
createOneTimeDeepLinkCodeRequest- AConsumerthat will call methods onCreateOneTimeDeepLinkCodeRequest.Builderto create a request.- Returns:
- Result of the CreateOneTimeDeepLinkCode operation returned by the service.
- See Also:
-
createSpace
default CreateSpaceResponse createSpace(CreateSpaceRequest createSpaceRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a space in a domain.
Use GetSpace to retrieve the space, ListSpaces to enumerate spaces, UpdateSpace to modify it, and DeleteSpace to remove it.
- Parameters:
createSpaceRequest-- Returns:
- Result of the CreateSpace operation returned by the service.
- See Also:
-
createSpace
default CreateSpaceResponse createSpace(Consumer<CreateSpaceRequest.Builder> createSpaceRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a space in a domain.
Use GetSpace to retrieve the space, ListSpaces to enumerate spaces, UpdateSpace to modify it, and DeleteSpace to remove it.
This is a convenience which creates an instance of the
CreateSpaceRequest.Builderavoiding the need to create one manually viaCreateSpaceRequest.builder()- Parameters:
createSpaceRequest- AConsumerthat will call methods onCreateSpaceRequest.Builderto create a request.- Returns:
- Result of the CreateSpace operation returned by the service.
- See Also:
-
createView
default CreateViewResponse createView(CreateViewRequest createViewRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a new SQL view.
A view is a named, reusable SQL query that can be referenced from telemetry queries. View names must be unique within the account and region. Only USER views can be created — MANAGED views are provisioned by AWS.
- Parameters:
createViewRequest-- Returns:
- Result of the CreateView operation returned by the service.
- See Also:
-
createView
default CreateViewResponse createView(Consumer<CreateViewRequest.Builder> createViewRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates a new SQL view.
A view is a named, reusable SQL query that can be referenced from telemetry queries. View names must be unique within the account and region. Only USER views can be created — MANAGED views are provisioned by AWS.
This is a convenience which creates an instance of the
CreateViewRequest.Builderavoiding the need to create one manually viaCreateViewRequest.builder()- Parameters:
createViewRequest- AConsumerthat will call methods onCreateViewRequest.Builderto create a request.- Returns:
- Result of the CreateView operation returned by the service.
- See Also:
-
deleteAccessGrant
default DeleteAccessGrantResponse deleteAccessGrant(DeleteAccessGrantRequest deleteAccessGrantRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes an existing AccessGrant, revoking the access it granted.
A service-managed grant cannot be deleted.
- Parameters:
deleteAccessGrantRequest-- Returns:
- Result of the DeleteAccessGrant operation returned by the service.
- See Also:
-
deleteAccessGrant
default DeleteAccessGrantResponse deleteAccessGrant(Consumer<DeleteAccessGrantRequest.Builder> deleteAccessGrantRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes an existing AccessGrant, revoking the access it granted.
A service-managed grant cannot be deleted.
This is a convenience which creates an instance of the
DeleteAccessGrantRequest.Builderavoiding the need to create one manually viaDeleteAccessGrantRequest.builder()- Parameters:
deleteAccessGrantRequest- AConsumerthat will call methods onDeleteAccessGrantRequest.Builderto create a request.- Returns:
- Result of the DeleteAccessGrant operation returned by the service.
- See Also:
-
deleteAccessProfile
default DeleteAccessProfileResponse deleteAccessProfile(DeleteAccessProfileRequest deleteAccessProfileRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes an access profile.
An access profile cannot be deleted while access grants reference it.
- Parameters:
deleteAccessProfileRequest-- Returns:
- Result of the DeleteAccessProfile operation returned by the service.
- See Also:
-
deleteAccessProfile
default DeleteAccessProfileResponse deleteAccessProfile(Consumer<DeleteAccessProfileRequest.Builder> deleteAccessProfileRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes an access profile.
An access profile cannot be deleted while access grants reference it.
This is a convenience which creates an instance of the
DeleteAccessProfileRequest.Builderavoiding the need to create one manually viaDeleteAccessProfileRequest.builder()- Parameters:
deleteAccessProfileRequest- AConsumerthat will call methods onDeleteAccessProfileRequest.Builderto create a request.- Returns:
- Result of the DeleteAccessProfile operation returned by the service.
- See Also:
-
deleteAlert
default DeleteAlertResponse deleteAlert(DeleteAlertRequest deleteAlertRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Deletes an alert by its identifier.
Idempotent: deleting an alert that has already been removed succeeds without error.
- Parameters:
deleteAlertRequest-- Returns:
- Result of the DeleteAlert operation returned by the service.
- See Also:
-
deleteAlert
default DeleteAlertResponse deleteAlert(Consumer<DeleteAlertRequest.Builder> deleteAlertRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Deletes an alert by its identifier.
Idempotent: deleting an alert that has already been removed succeeds without error.
This is a convenience which creates an instance of the
DeleteAlertRequest.Builderavoiding the need to create one manually viaDeleteAlertRequest.builder()- Parameters:
deleteAlertRequest- AConsumerthat will call methods onDeleteAlertRequest.Builderto create a request.- Returns:
- Result of the DeleteAlert operation returned by the service.
- See Also:
-
deleteDomain
default DeleteDomainResponse deleteDomain(DeleteDomainRequest deleteDomainRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes a domain and all of its resources. Call this operation in the Region where the domain was created.
A domain cannot be deleted while it contains spaces.
- Parameters:
deleteDomainRequest-- Returns:
- Result of the DeleteDomain operation returned by the service.
- See Also:
-
deleteDomain
default DeleteDomainResponse deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes a domain and all of its resources. Call this operation in the Region where the domain was created.
A domain cannot be deleted while it contains spaces.
This is a convenience which creates an instance of the
DeleteDomainRequest.Builderavoiding the need to create one manually viaDeleteDomainRequest.builder()- Parameters:
deleteDomainRequest- AConsumerthat will call methods onDeleteDomainRequest.Builderto create a request.- Returns:
- Result of the DeleteDomain operation returned by the service.
- See Also:
-
deleteDomainAccessGrantForOrganization
default DeleteDomainAccessGrantForOrganizationResponse deleteDomainAccessGrantForOrganization(DeleteDomainAccessGrantForOrganizationRequest deleteDomainAccessGrantForOrganizationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes an existing organization access grant, revoking the access it granted.
A service-managed grant cannot be deleted.
- Parameters:
deleteDomainAccessGrantForOrganizationRequest-- Returns:
- Result of the DeleteDomainAccessGrantForOrganization operation returned by the service.
- See Also:
-
deleteDomainAccessGrantForOrganization
default DeleteDomainAccessGrantForOrganizationResponse deleteDomainAccessGrantForOrganization(Consumer<DeleteDomainAccessGrantForOrganizationRequest.Builder> deleteDomainAccessGrantForOrganizationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes an existing organization access grant, revoking the access it granted.
A service-managed grant cannot be deleted.
This is a convenience which creates an instance of the
DeleteDomainAccessGrantForOrganizationRequest.Builderavoiding the need to create one manually viaDeleteDomainAccessGrantForOrganizationRequest.builder()- Parameters:
deleteDomainAccessGrantForOrganizationRequest- AConsumerthat will call methods onDeleteDomainAccessGrantForOrganizationRequest.Builderto create a request.- Returns:
- Result of the DeleteDomainAccessGrantForOrganization operation returned by the service.
- See Also:
-
deleteDomainForOrganization
default DeleteDomainForOrganizationResponse deleteDomainForOrganization(DeleteDomainForOrganizationRequest deleteDomainForOrganizationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes an organization domain and all of its resources. Call this operation in the Region where the domain was created.
A domain cannot be deleted while it contains spaces.
- Parameters:
deleteDomainForOrganizationRequest-- Returns:
- Result of the DeleteDomainForOrganization operation returned by the service.
- See Also:
-
deleteDomainForOrganization
default DeleteDomainForOrganizationResponse deleteDomainForOrganization(Consumer<DeleteDomainForOrganizationRequest.Builder> deleteDomainForOrganizationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes an organization domain and all of its resources. Call this operation in the Region where the domain was created.
A domain cannot be deleted while it contains spaces.
This is a convenience which creates an instance of the
DeleteDomainForOrganizationRequest.Builderavoiding the need to create one manually viaDeleteDomainForOrganizationRequest.builder()- Parameters:
deleteDomainForOrganizationRequest- AConsumerthat will call methods onDeleteDomainForOrganizationRequest.Builderto create a request.- Returns:
- Result of the DeleteDomainForOrganization operation returned by the service.
- See Also:
-
deleteIntegration
default DeleteIntegrationResponse deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Deletes an integration. Returns the resulting status.
- Parameters:
deleteIntegrationRequest- The request for deleting an integration.- Returns:
- Result of the DeleteIntegration operation returned by the service.
- See Also:
-
deleteIntegration
default DeleteIntegrationResponse deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Deletes an integration. Returns the resulting status.
This is a convenience which creates an instance of the
DeleteIntegrationRequest.Builderavoiding the need to create one manually viaDeleteIntegrationRequest.builder()- Parameters:
deleteIntegrationRequest- AConsumerthat will call methods onDeleteIntegrationRequest.Builderto create a request. The request for deleting an integration.- Returns:
- Result of the DeleteIntegration operation returned by the service.
- See Also:
-
deleteOmniDashboard
default DeleteOmniDashboardResponse deleteOmniDashboard(DeleteOmniDashboardRequest deleteOmniDashboardRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes a dashboard from a space.
- Parameters:
deleteOmniDashboardRequest-- Returns:
- Result of the DeleteOmniDashboard operation returned by the service.
- See Also:
-
deleteOmniDashboard
default DeleteOmniDashboardResponse deleteOmniDashboard(Consumer<DeleteOmniDashboardRequest.Builder> deleteOmniDashboardRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes a dashboard from a space.
This is a convenience which creates an instance of the
DeleteOmniDashboardRequest.Builderavoiding the need to create one manually viaDeleteOmniDashboardRequest.builder()- Parameters:
deleteOmniDashboardRequest- AConsumerthat will call methods onDeleteOmniDashboardRequest.Builderto create a request.- Returns:
- Result of the DeleteOmniDashboard operation returned by the service.
- See Also:
-
deleteSpace
default DeleteSpaceResponse deleteSpace(DeleteSpaceRequest deleteSpaceRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes a space and all of its resources.
- Parameters:
deleteSpaceRequest-- Returns:
- Result of the DeleteSpace operation returned by the service.
- See Also:
-
deleteSpace
default DeleteSpaceResponse deleteSpace(Consumer<DeleteSpaceRequest.Builder> deleteSpaceRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Removes a space and all of its resources.
This is a convenience which creates an instance of the
DeleteSpaceRequest.Builderavoiding the need to create one manually viaDeleteSpaceRequest.builder()- Parameters:
deleteSpaceRequest- AConsumerthat will call methods onDeleteSpaceRequest.Builderto create a request.- Returns:
- Result of the DeleteSpace operation returned by the service.
- See Also:
-
deleteView
default DeleteViewResponse deleteView(DeleteViewRequest deleteViewRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Deletes the specified view.
Queries that reference the view fail after it is deleted. Managed views cannot be deleted.
- Parameters:
deleteViewRequest-- Returns:
- Result of the DeleteView operation returned by the service.
- See Also:
-
deleteView
default DeleteViewResponse deleteView(Consumer<DeleteViewRequest.Builder> deleteViewRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Deletes the specified view.
Queries that reference the view fail after it is deleted. Managed views cannot be deleted.
This is a convenience which creates an instance of the
DeleteViewRequest.Builderavoiding the need to create one manually viaDeleteViewRequest.builder()- Parameters:
deleteViewRequest- AConsumerthat will call methods onDeleteViewRequest.Builderto create a request.- Returns:
- Result of the DeleteView operation returned by the service.
- See Also:
-
getAccessGrant
default GetAccessGrantResponse getAccessGrant(GetAccessGrantRequest getAccessGrantRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the full detail of a single AccessGrant by ID.
- Parameters:
getAccessGrantRequest-- Returns:
- Result of the GetAccessGrant operation returned by the service.
- See Also:
-
getAccessGrant
default GetAccessGrantResponse getAccessGrant(Consumer<GetAccessGrantRequest.Builder> getAccessGrantRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the full detail of a single AccessGrant by ID.
This is a convenience which creates an instance of the
GetAccessGrantRequest.Builderavoiding the need to create one manually viaGetAccessGrantRequest.builder()- Parameters:
getAccessGrantRequest- AConsumerthat will call methods onGetAccessGrantRequest.Builderto create a request.- Returns:
- Result of the GetAccessGrant operation returned by the service.
- See Also:
-
getAccessProfile
default GetAccessProfileResponse getAccessProfile(GetAccessProfileRequest getAccessProfileRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves an access profile by ID.
The response indicates whether the calling principal is currently allowed to assume the profile.
- Parameters:
getAccessProfileRequest-- Returns:
- Result of the GetAccessProfile operation returned by the service.
- See Also:
-
getAccessProfile
default GetAccessProfileResponse getAccessProfile(Consumer<GetAccessProfileRequest.Builder> getAccessProfileRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves an access profile by ID.
The response indicates whether the calling principal is currently allowed to assume the profile.
This is a convenience which creates an instance of the
GetAccessProfileRequest.Builderavoiding the need to create one manually viaGetAccessProfileRequest.builder()- Parameters:
getAccessProfileRequest- AConsumerthat will call methods onGetAccessProfileRequest.Builderto create a request.- Returns:
- Result of the GetAccessProfile operation returned by the service.
- See Also:
-
getAlert
default GetAlertResponse getAlert(GetAlertRequest getAlertRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves a single alert by its identifier.
Use ListAlerts to enumerate alerts in the space.
- Parameters:
getAlertRequest-- Returns:
- Result of the GetAlert operation returned by the service.
- See Also:
-
getAlert
default GetAlertResponse getAlert(Consumer<GetAlertRequest.Builder> getAlertRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves a single alert by its identifier.
Use ListAlerts to enumerate alerts in the space.
This is a convenience which creates an instance of the
GetAlertRequest.Builderavoiding the need to create one manually viaGetAlertRequest.builder()- Parameters:
getAlertRequest- AConsumerthat will call methods onGetAlertRequest.Builderto create a request.- Returns:
- Result of the GetAlert operation returned by the service.
- See Also:
-
getContextGraph
default GetContextGraphResponse getContextGraph(GetContextGraphRequest getContextGraphRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Queries the context graph with filtering, traversal, and pagination support.
Pagination note: nodes and edges are returned together as a coherent subgraph. Pagination cursors advance over nodes (the primary collection); each page includes all edges connecting nodes within that page. Callers should treat nodes as the paginated collection and edges as supplementary relationship data attached to those nodes.
- Parameters:
getContextGraphRequest- The request for retrieving a slice of the context graph.- Returns:
- Result of the GetContextGraph operation returned by the service.
- See Also:
-
getContextGraph
default GetContextGraphResponse getContextGraph(Consumer<GetContextGraphRequest.Builder> getContextGraphRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Queries the context graph with filtering, traversal, and pagination support.
Pagination note: nodes and edges are returned together as a coherent subgraph. Pagination cursors advance over nodes (the primary collection); each page includes all edges connecting nodes within that page. Callers should treat nodes as the paginated collection and edges as supplementary relationship data attached to those nodes.
This is a convenience which creates an instance of the
GetContextGraphRequest.Builderavoiding the need to create one manually viaGetContextGraphRequest.builder()- Parameters:
getContextGraphRequest- AConsumerthat will call methods onGetContextGraphRequest.Builderto create a request. The request for retrieving a slice of the context graph.- Returns:
- Result of the GetContextGraph operation returned by the service.
- See Also:
-
getContextGraphPaginator
default GetContextGraphIterable getContextGraphPaginator(GetContextGraphRequest getContextGraphRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
getContextGraph(software.amazon.awssdk.services.cloudwatchomni.model.GetContextGraphRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.GetContextGraphIterable responses = client.getContextGraphPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.GetContextGraphIterable responses = client .getContextGraphPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.GetContextGraphResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.GetContextGraphIterable responses = client.getContextGraphPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getContextGraph(software.amazon.awssdk.services.cloudwatchomni.model.GetContextGraphRequest)operation.- Parameters:
getContextGraphRequest- The request for retrieving a slice of the context graph.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getContextGraphPaginator
default GetContextGraphIterable getContextGraphPaginator(Consumer<GetContextGraphRequest.Builder> getContextGraphRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
getContextGraph(software.amazon.awssdk.services.cloudwatchomni.model.GetContextGraphRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.GetContextGraphIterable responses = client.getContextGraphPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.GetContextGraphIterable responses = client .getContextGraphPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.GetContextGraphResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.GetContextGraphIterable responses = client.getContextGraphPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getContextGraph(software.amazon.awssdk.services.cloudwatchomni.model.GetContextGraphRequest)operation.
This is a convenience which creates an instance of the
GetContextGraphRequest.Builderavoiding the need to create one manually viaGetContextGraphRequest.builder()- Parameters:
getContextGraphRequest- AConsumerthat will call methods onGetContextGraphRequest.Builderto create a request. The request for retrieving a slice of the context graph.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getDomain
default GetDomainResponse getDomain(GetDomainRequest getDomainRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the details of a domain by ID.
- Parameters:
getDomainRequest-- Returns:
- Result of the GetDomain operation returned by the service.
- See Also:
-
getDomain
default GetDomainResponse getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the details of a domain by ID.
This is a convenience which creates an instance of the
GetDomainRequest.Builderavoiding the need to create one manually viaGetDomainRequest.builder()- Parameters:
getDomainRequest- AConsumerthat will call methods onGetDomainRequest.Builderto create a request.- Returns:
- Result of the GetDomain operation returned by the service.
- See Also:
-
getDomainAccessGrantForOrganization
default GetDomainAccessGrantForOrganizationResponse getDomainAccessGrantForOrganization(GetDomainAccessGrantForOrganizationRequest getDomainAccessGrantForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the full detail of a single organization access grant by ID.
- Parameters:
getDomainAccessGrantForOrganizationRequest-- Returns:
- Result of the GetDomainAccessGrantForOrganization operation returned by the service.
- See Also:
-
getDomainAccessGrantForOrganization
default GetDomainAccessGrantForOrganizationResponse getDomainAccessGrantForOrganization(Consumer<GetDomainAccessGrantForOrganizationRequest.Builder> getDomainAccessGrantForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the full detail of a single organization access grant by ID.
This is a convenience which creates an instance of the
GetDomainAccessGrantForOrganizationRequest.Builderavoiding the need to create one manually viaGetDomainAccessGrantForOrganizationRequest.builder()- Parameters:
getDomainAccessGrantForOrganizationRequest- AConsumerthat will call methods onGetDomainAccessGrantForOrganizationRequest.Builderto create a request.- Returns:
- Result of the GetDomainAccessGrantForOrganization operation returned by the service.
- See Also:
-
getDomainForOrganization
default GetDomainForOrganizationResponse getDomainForOrganization(GetDomainForOrganizationRequest getDomainForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the details of an organization domain by ID.
- Parameters:
getDomainForOrganizationRequest-- Returns:
- Result of the GetDomainForOrganization operation returned by the service.
- See Also:
-
getDomainForOrganization
default GetDomainForOrganizationResponse getDomainForOrganization(Consumer<GetDomainForOrganizationRequest.Builder> getDomainForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the details of an organization domain by ID.
This is a convenience which creates an instance of the
GetDomainForOrganizationRequest.Builderavoiding the need to create one manually viaGetDomainForOrganizationRequest.builder()- Parameters:
getDomainForOrganizationRequest- AConsumerthat will call methods onGetDomainForOrganizationRequest.Builderto create a request.- Returns:
- Result of the GetDomainForOrganization operation returned by the service.
- See Also:
-
getIntegration
default GetIntegrationResponse getIntegration(GetIntegrationRequest getIntegrationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the details of a single integration, identified by its identifier, Amazon Resource Name, or name.
- Parameters:
getIntegrationRequest- The request for retrieving a single integration.- Returns:
- Result of the GetIntegration operation returned by the service.
- See Also:
-
getIntegration
default GetIntegrationResponse getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the details of a single integration, identified by its identifier, Amazon Resource Name, or name.
This is a convenience which creates an instance of the
GetIntegrationRequest.Builderavoiding the need to create one manually viaGetIntegrationRequest.builder()- Parameters:
getIntegrationRequest- AConsumerthat will call methods onGetIntegrationRequest.Builderto create a request. The request for retrieving a single integration.- Returns:
- Result of the GetIntegration operation returned by the service.
- See Also:
-
getIntelligenceConfiguration
default GetIntelligenceConfigurationResponse getIntelligenceConfiguration(GetIntelligenceConfigurationRequest getIntelligenceConfigurationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the intelligence configuration for the calling account. Account is identified via FAS (caller identity). Returns the default configuration if none exists yet.
- Parameters:
getIntelligenceConfigurationRequest- The request for retrieving the intelligence configuration of the calling account.- Returns:
- Result of the GetIntelligenceConfiguration operation returned by the service.
- See Also:
-
getIntelligenceConfiguration
default GetIntelligenceConfigurationResponse getIntelligenceConfiguration(Consumer<GetIntelligenceConfigurationRequest.Builder> getIntelligenceConfigurationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the intelligence configuration for the calling account. Account is identified via FAS (caller identity). Returns the default configuration if none exists yet.
This is a convenience which creates an instance of the
GetIntelligenceConfigurationRequest.Builderavoiding the need to create one manually viaGetIntelligenceConfigurationRequest.builder()- Parameters:
getIntelligenceConfigurationRequest- AConsumerthat will call methods onGetIntelligenceConfigurationRequest.Builderto create a request. The request for retrieving the intelligence configuration of the calling account.- Returns:
- Result of the GetIntelligenceConfiguration operation returned by the service.
- See Also:
-
getOmniDashboard
default GetOmniDashboardResponse getOmniDashboard(GetOmniDashboardRequest getOmniDashboardRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves a dashboard by ID within a space.
- Parameters:
getOmniDashboardRequest-- Returns:
- Result of the GetOmniDashboard operation returned by the service.
- See Also:
-
getOmniDashboard
default GetOmniDashboardResponse getOmniDashboard(Consumer<GetOmniDashboardRequest.Builder> getOmniDashboardRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves a dashboard by ID within a space.
This is a convenience which creates an instance of the
GetOmniDashboardRequest.Builderavoiding the need to create one manually viaGetOmniDashboardRequest.builder()- Parameters:
getOmniDashboardRequest- AConsumerthat will call methods onGetOmniDashboardRequest.Builderto create a request.- Returns:
- Result of the GetOmniDashboard operation returned by the service.
- See Also:
-
getSpace
default GetSpaceResponse getSpace(GetSpaceRequest getSpaceRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the details of a space by ID.
- Parameters:
getSpaceRequest-- Returns:
- Result of the GetSpace operation returned by the service.
- See Also:
-
getSpace
default GetSpaceResponse getSpace(Consumer<GetSpaceRequest.Builder> getSpaceRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Retrieves the details of a space by ID.
This is a convenience which creates an instance of the
GetSpaceRequest.Builderavoiding the need to create one manually viaGetSpaceRequest.builder()- Parameters:
getSpaceRequest- AConsumerthat will call methods onGetSpaceRequest.Builderto create a request.- Returns:
- Result of the GetSpace operation returned by the service.
- See Also:
-
getSpaceCredentialsForOrganization
default GetSpaceCredentialsForOrganizationResponse getSpaceCredentialsForOrganization(GetSpaceCredentialsForOrganizationRequest getSpaceCredentialsForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns temporary credentials for a space in an organization member account. The credentials are valid for one hour.
The caller must be the organization's management account or a delegated administrator with access to the target space. The target account must be an active member of the same organization as the domain, and the space must already exist.
- Parameters:
getSpaceCredentialsForOrganizationRequest-- Returns:
- Result of the GetSpaceCredentialsForOrganization operation returned by the service.
- See Also:
-
getSpaceCredentialsForOrganization
default GetSpaceCredentialsForOrganizationResponse getSpaceCredentialsForOrganization(Consumer<GetSpaceCredentialsForOrganizationRequest.Builder> getSpaceCredentialsForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns temporary credentials for a space in an organization member account. The credentials are valid for one hour.
The caller must be the organization's management account or a delegated administrator with access to the target space. The target account must be an active member of the same organization as the domain, and the space must already exist.
This is a convenience which creates an instance of the
GetSpaceCredentialsForOrganizationRequest.Builderavoiding the need to create one manually viaGetSpaceCredentialsForOrganizationRequest.builder()- Parameters:
getSpaceCredentialsForOrganizationRequest- AConsumerthat will call methods onGetSpaceCredentialsForOrganizationRequest.Builderto create a request.- Returns:
- Result of the GetSpaceCredentialsForOrganization operation returned by the service.
- See Also:
-
getTelemetryQueryResults
default GetTelemetryQueryResultsResponse getTelemetryQueryResults(GetTelemetryQueryResultsRequest getTelemetryQueryResultsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the results for the specified query.
- Parameters:
getTelemetryQueryResultsRequest-- Returns:
- Result of the GetTelemetryQueryResults operation returned by the service.
- See Also:
-
getTelemetryQueryResults
default GetTelemetryQueryResultsResponse getTelemetryQueryResults(Consumer<GetTelemetryQueryResultsRequest.Builder> getTelemetryQueryResultsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the results for the specified query.
This is a convenience which creates an instance of the
GetTelemetryQueryResultsRequest.Builderavoiding the need to create one manually viaGetTelemetryQueryResultsRequest.builder()- Parameters:
getTelemetryQueryResultsRequest- AConsumerthat will call methods onGetTelemetryQueryResultsRequest.Builderto create a request.- Returns:
- Result of the GetTelemetryQueryResults operation returned by the service.
- See Also:
-
getTelemetryQueryResultsPaginator
default GetTelemetryQueryResultsIterable getTelemetryQueryResultsPaginator(GetTelemetryQueryResultsRequest getTelemetryQueryResultsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
getTelemetryQueryResults(software.amazon.awssdk.services.cloudwatchomni.model.GetTelemetryQueryResultsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.GetTelemetryQueryResultsIterable responses = client.getTelemetryQueryResultsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.GetTelemetryQueryResultsIterable responses = client .getTelemetryQueryResultsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.GetTelemetryQueryResultsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.GetTelemetryQueryResultsIterable responses = client.getTelemetryQueryResultsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getTelemetryQueryResults(software.amazon.awssdk.services.cloudwatchomni.model.GetTelemetryQueryResultsRequest)operation.- Parameters:
getTelemetryQueryResultsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getTelemetryQueryResultsPaginator
default GetTelemetryQueryResultsIterable getTelemetryQueryResultsPaginator(Consumer<GetTelemetryQueryResultsRequest.Builder> getTelemetryQueryResultsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
getTelemetryQueryResults(software.amazon.awssdk.services.cloudwatchomni.model.GetTelemetryQueryResultsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.GetTelemetryQueryResultsIterable responses = client.getTelemetryQueryResultsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.GetTelemetryQueryResultsIterable responses = client .getTelemetryQueryResultsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.GetTelemetryQueryResultsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.GetTelemetryQueryResultsIterable responses = client.getTelemetryQueryResultsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
getTelemetryQueryResults(software.amazon.awssdk.services.cloudwatchomni.model.GetTelemetryQueryResultsRequest)operation.
This is a convenience which creates an instance of the
GetTelemetryQueryResultsRequest.Builderavoiding the need to create one manually viaGetTelemetryQueryResultsRequest.builder()- Parameters:
getTelemetryQueryResultsRequest- AConsumerthat will call methods onGetTelemetryQueryResultsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
getView
default GetViewResponse getView(GetViewRequest getViewRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the definition and metadata of the specified view.
- Parameters:
getViewRequest-- Returns:
- Result of the GetView operation returned by the service.
- See Also:
-
getView
default GetViewResponse getView(Consumer<GetViewRequest.Builder> getViewRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the definition and metadata of the specified view.
This is a convenience which creates an instance of the
GetViewRequest.Builderavoiding the need to create one manually viaGetViewRequest.builder()- Parameters:
getViewRequest- AConsumerthat will call methods onGetViewRequest.Builderto create a request.- Returns:
- Result of the GetView operation returned by the service.
- See Also:
-
listAccessGrants
default ListAccessGrantsResponse listAccessGrants(ListAccessGrantsRequest listAccessGrantsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns AccessGrants, with optional filtering by domain, space, principal, or permission. A grant is returned only when it matches every filter supplied. With no filters, returns the grants for the current account and Region.
- Parameters:
listAccessGrantsRequest-- Returns:
- Result of the ListAccessGrants operation returned by the service.
- See Also:
-
listAccessGrants
default ListAccessGrantsResponse listAccessGrants(Consumer<ListAccessGrantsRequest.Builder> listAccessGrantsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns AccessGrants, with optional filtering by domain, space, principal, or permission. A grant is returned only when it matches every filter supplied. With no filters, returns the grants for the current account and Region.
This is a convenience which creates an instance of the
ListAccessGrantsRequest.Builderavoiding the need to create one manually viaListAccessGrantsRequest.builder()- Parameters:
listAccessGrantsRequest- AConsumerthat will call methods onListAccessGrantsRequest.Builderto create a request.- Returns:
- Result of the ListAccessGrants operation returned by the service.
- See Also:
-
listAccessGrantsPaginator
default ListAccessGrantsIterable listAccessGrantsPaginator(ListAccessGrantsRequest listAccessGrantsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listAccessGrants(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessGrantsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessGrantsIterable responses = client.listAccessGrantsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessGrantsIterable responses = client .listAccessGrantsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListAccessGrantsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessGrantsIterable responses = client.listAccessGrantsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAccessGrants(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessGrantsRequest)operation.- Parameters:
listAccessGrantsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAccessGrantsPaginator
default ListAccessGrantsIterable listAccessGrantsPaginator(Consumer<ListAccessGrantsRequest.Builder> listAccessGrantsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listAccessGrants(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessGrantsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessGrantsIterable responses = client.listAccessGrantsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessGrantsIterable responses = client .listAccessGrantsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListAccessGrantsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessGrantsIterable responses = client.listAccessGrantsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAccessGrants(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessGrantsRequest)operation.
This is a convenience which creates an instance of the
ListAccessGrantsRequest.Builderavoiding the need to create one manually viaListAccessGrantsRequest.builder()- Parameters:
listAccessGrantsRequest- AConsumerthat will call methods onListAccessGrantsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAccessProfiles
default ListAccessProfilesResponse listAccessProfiles(ListAccessProfilesRequest listAccessProfilesRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the access profiles in a space.
- Parameters:
listAccessProfilesRequest-- Returns:
- Result of the ListAccessProfiles operation returned by the service.
- See Also:
-
listAccessProfiles
default ListAccessProfilesResponse listAccessProfiles(Consumer<ListAccessProfilesRequest.Builder> listAccessProfilesRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the access profiles in a space.
This is a convenience which creates an instance of the
ListAccessProfilesRequest.Builderavoiding the need to create one manually viaListAccessProfilesRequest.builder()- Parameters:
listAccessProfilesRequest- AConsumerthat will call methods onListAccessProfilesRequest.Builderto create a request.- Returns:
- Result of the ListAccessProfiles operation returned by the service.
- See Also:
-
listAccessProfilesPaginator
default ListAccessProfilesIterable listAccessProfilesPaginator(ListAccessProfilesRequest listAccessProfilesRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listAccessProfiles(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessProfilesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessProfilesIterable responses = client.listAccessProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessProfilesIterable responses = client .listAccessProfilesPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListAccessProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessProfilesIterable responses = client.listAccessProfilesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAccessProfiles(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessProfilesRequest)operation.- Parameters:
listAccessProfilesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAccessProfilesPaginator
default ListAccessProfilesIterable listAccessProfilesPaginator(Consumer<ListAccessProfilesRequest.Builder> listAccessProfilesRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listAccessProfiles(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessProfilesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessProfilesIterable responses = client.listAccessProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessProfilesIterable responses = client .listAccessProfilesPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListAccessProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAccessProfilesIterable responses = client.listAccessProfilesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAccessProfiles(software.amazon.awssdk.services.cloudwatchomni.model.ListAccessProfilesRequest)operation.
This is a convenience which creates an instance of the
ListAccessProfilesRequest.Builderavoiding the need to create one manually viaListAccessProfilesRequest.builder()- Parameters:
listAccessProfilesRequest- AConsumerthat will call methods onListAccessProfilesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAlerts
default ListAlertsResponse listAlerts(ListAlertsRequest listAlertsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists alerts within a space, optionally filtered by exact name(s), a single name prefix, or exact alertId(s), with pagination.
Use GetAlert to retrieve a single alert's full detail.
- Parameters:
listAlertsRequest-- Returns:
- Result of the ListAlerts operation returned by the service.
- See Also:
-
listAlerts
default ListAlertsResponse listAlerts(Consumer<ListAlertsRequest.Builder> listAlertsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists alerts within a space, optionally filtered by exact name(s), a single name prefix, or exact alertId(s), with pagination.
Use GetAlert to retrieve a single alert's full detail.
This is a convenience which creates an instance of the
ListAlertsRequest.Builderavoiding the need to create one manually viaListAlertsRequest.builder()- Parameters:
listAlertsRequest- AConsumerthat will call methods onListAlertsRequest.Builderto create a request.- Returns:
- Result of the ListAlerts operation returned by the service.
- See Also:
-
listAlertsPaginator
default ListAlertsIterable listAlertsPaginator(ListAlertsRequest listAlertsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listAlerts(software.amazon.awssdk.services.cloudwatchomni.model.ListAlertsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAlertsIterable responses = client.listAlertsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListAlertsIterable responses = client.listAlertsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListAlertsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAlertsIterable responses = client.listAlertsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAlerts(software.amazon.awssdk.services.cloudwatchomni.model.ListAlertsRequest)operation.- Parameters:
listAlertsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listAlertsPaginator
default ListAlertsIterable listAlertsPaginator(Consumer<ListAlertsRequest.Builder> listAlertsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listAlerts(software.amazon.awssdk.services.cloudwatchomni.model.ListAlertsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAlertsIterable responses = client.listAlertsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListAlertsIterable responses = client.listAlertsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListAlertsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListAlertsIterable responses = client.listAlertsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listAlerts(software.amazon.awssdk.services.cloudwatchomni.model.ListAlertsRequest)operation.
This is a convenience which creates an instance of the
ListAlertsRequest.Builderavoiding the need to create one manually viaListAlertsRequest.builder()- Parameters:
listAlertsRequest- AConsumerthat will call methods onListAlertsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDomainAccessGrantsForOrganization
default ListDomainAccessGrantsForOrganizationResponse listDomainAccessGrantsForOrganization(ListDomainAccessGrantsForOrganizationRequest listDomainAccessGrantsForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns organization-level domain access grants, with optional filtering by domain, principal, or permission. A grant is returned only when it matches every filter supplied. With no filters, returns the grants for the caller's organization.
- Parameters:
listDomainAccessGrantsForOrganizationRequest-- Returns:
- Result of the ListDomainAccessGrantsForOrganization operation returned by the service.
- See Also:
-
listDomainAccessGrantsForOrganization
default ListDomainAccessGrantsForOrganizationResponse listDomainAccessGrantsForOrganization(Consumer<ListDomainAccessGrantsForOrganizationRequest.Builder> listDomainAccessGrantsForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns organization-level domain access grants, with optional filtering by domain, principal, or permission. A grant is returned only when it matches every filter supplied. With no filters, returns the grants for the caller's organization.
This is a convenience which creates an instance of the
ListDomainAccessGrantsForOrganizationRequest.Builderavoiding the need to create one manually viaListDomainAccessGrantsForOrganizationRequest.builder()- Parameters:
listDomainAccessGrantsForOrganizationRequest- AConsumerthat will call methods onListDomainAccessGrantsForOrganizationRequest.Builderto create a request.- Returns:
- Result of the ListDomainAccessGrantsForOrganization operation returned by the service.
- See Also:
-
listDomainAccessGrantsForOrganizationPaginator
default ListDomainAccessGrantsForOrganizationIterable listDomainAccessGrantsForOrganizationPaginator(ListDomainAccessGrantsForOrganizationRequest listDomainAccessGrantsForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listDomainAccessGrantsForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainAccessGrantsForOrganizationRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainAccessGrantsForOrganizationIterable responses = client.listDomainAccessGrantsForOrganizationPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainAccessGrantsForOrganizationIterable responses = client .listDomainAccessGrantsForOrganizationPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListDomainAccessGrantsForOrganizationResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainAccessGrantsForOrganizationIterable responses = client.listDomainAccessGrantsForOrganizationPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDomainAccessGrantsForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainAccessGrantsForOrganizationRequest)operation.- Parameters:
listDomainAccessGrantsForOrganizationRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDomainAccessGrantsForOrganizationPaginator
default ListDomainAccessGrantsForOrganizationIterable listDomainAccessGrantsForOrganizationPaginator(Consumer<ListDomainAccessGrantsForOrganizationRequest.Builder> listDomainAccessGrantsForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listDomainAccessGrantsForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainAccessGrantsForOrganizationRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainAccessGrantsForOrganizationIterable responses = client.listDomainAccessGrantsForOrganizationPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainAccessGrantsForOrganizationIterable responses = client .listDomainAccessGrantsForOrganizationPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListDomainAccessGrantsForOrganizationResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainAccessGrantsForOrganizationIterable responses = client.listDomainAccessGrantsForOrganizationPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDomainAccessGrantsForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainAccessGrantsForOrganizationRequest)operation.
This is a convenience which creates an instance of the
ListDomainAccessGrantsForOrganizationRequest.Builderavoiding the need to create one manually viaListDomainAccessGrantsForOrganizationRequest.builder()- Parameters:
listDomainAccessGrantsForOrganizationRequest- AConsumerthat will call methods onListDomainAccessGrantsForOrganizationRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDomains
default ListDomainsResponse listDomains(ListDomainsRequest listDomainsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the caller's domains: the account-scoped domain and the organization-scoped domain, if either exists. At most two domains are returned.
- Parameters:
listDomainsRequest-- Returns:
- Result of the ListDomains operation returned by the service.
- See Also:
-
listDomains
default ListDomainsResponse listDomains(Consumer<ListDomainsRequest.Builder> listDomainsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the caller's domains: the account-scoped domain and the organization-scoped domain, if either exists. At most two domains are returned.
This is a convenience which creates an instance of the
ListDomainsRequest.Builderavoiding the need to create one manually viaListDomainsRequest.builder()- Parameters:
listDomainsRequest- AConsumerthat will call methods onListDomainsRequest.Builderto create a request.- Returns:
- Result of the ListDomains operation returned by the service.
- See Also:
-
listDomainsPaginator
default ListDomainsIterable listDomainsPaginator(ListDomainsRequest listDomainsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listDomains(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainsIterable responses = client.listDomainsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainsIterable responses = client .listDomainsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListDomainsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainsIterable responses = client.listDomainsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDomains(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainsRequest)operation.- Parameters:
listDomainsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDomainsPaginator
default ListDomainsIterable listDomainsPaginator(Consumer<ListDomainsRequest.Builder> listDomainsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listDomains(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainsIterable responses = client.listDomainsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainsIterable responses = client .listDomainsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListDomainsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListDomainsIterable responses = client.listDomainsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDomains(software.amazon.awssdk.services.cloudwatchomni.model.ListDomainsRequest)operation.
This is a convenience which creates an instance of the
ListDomainsRequest.Builderavoiding the need to create one manually viaListDomainsRequest.builder()- Parameters:
listDomainsRequest- AConsumerthat will call methods onListDomainsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listIntegrations
default ListIntegrationsResponse listIntegrations(ListIntegrationsRequest listIntegrationsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists the integrations in the account, optionally filtered by type, status, or name. Results are paginated.
- Parameters:
listIntegrationsRequest- The request for listing the integrations in an account.- Returns:
- Result of the ListIntegrations operation returned by the service.
- See Also:
-
listIntegrations
default ListIntegrationsResponse listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists the integrations in the account, optionally filtered by type, status, or name. Results are paginated.
This is a convenience which creates an instance of the
ListIntegrationsRequest.Builderavoiding the need to create one manually viaListIntegrationsRequest.builder()- Parameters:
listIntegrationsRequest- AConsumerthat will call methods onListIntegrationsRequest.Builderto create a request. The request for listing the integrations in an account.- Returns:
- Result of the ListIntegrations operation returned by the service.
- See Also:
-
listIntegrationsPaginator
default ListIntegrationsIterable listIntegrationsPaginator(ListIntegrationsRequest listIntegrationsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listIntegrations(software.amazon.awssdk.services.cloudwatchomni.model.ListIntegrationsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListIntegrationsIterable responses = client.listIntegrationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListIntegrationsIterable responses = client .listIntegrationsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListIntegrationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListIntegrationsIterable responses = client.listIntegrationsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listIntegrations(software.amazon.awssdk.services.cloudwatchomni.model.ListIntegrationsRequest)operation.- Parameters:
listIntegrationsRequest- The request for listing the integrations in an account.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listIntegrationsPaginator
default ListIntegrationsIterable listIntegrationsPaginator(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listIntegrations(software.amazon.awssdk.services.cloudwatchomni.model.ListIntegrationsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListIntegrationsIterable responses = client.listIntegrationsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListIntegrationsIterable responses = client .listIntegrationsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListIntegrationsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListIntegrationsIterable responses = client.listIntegrationsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listIntegrations(software.amazon.awssdk.services.cloudwatchomni.model.ListIntegrationsRequest)operation.
This is a convenience which creates an instance of the
ListIntegrationsRequest.Builderavoiding the need to create one manually viaListIntegrationsRequest.builder()- Parameters:
listIntegrationsRequest- AConsumerthat will call methods onListIntegrationsRequest.Builderto create a request. The request for listing the integrations in an account.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listOmniDashboards
default ListOmniDashboardsResponse listOmniDashboards(ListOmniDashboardsRequest listOmniDashboardsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the dashboards in a space, optionally filtered by name prefix.
- Parameters:
listOmniDashboardsRequest-- Returns:
- Result of the ListOmniDashboards operation returned by the service.
- See Also:
-
listOmniDashboards
default ListOmniDashboardsResponse listOmniDashboards(Consumer<ListOmniDashboardsRequest.Builder> listOmniDashboardsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the dashboards in a space, optionally filtered by name prefix.
This is a convenience which creates an instance of the
ListOmniDashboardsRequest.Builderavoiding the need to create one manually viaListOmniDashboardsRequest.builder()- Parameters:
listOmniDashboardsRequest- AConsumerthat will call methods onListOmniDashboardsRequest.Builderto create a request.- Returns:
- Result of the ListOmniDashboards operation returned by the service.
- See Also:
-
listOmniDashboardsPaginator
default ListOmniDashboardsIterable listOmniDashboardsPaginator(ListOmniDashboardsRequest listOmniDashboardsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listOmniDashboards(software.amazon.awssdk.services.cloudwatchomni.model.ListOmniDashboardsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListOmniDashboardsIterable responses = client.listOmniDashboardsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListOmniDashboardsIterable responses = client .listOmniDashboardsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListOmniDashboardsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListOmniDashboardsIterable responses = client.listOmniDashboardsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOmniDashboards(software.amazon.awssdk.services.cloudwatchomni.model.ListOmniDashboardsRequest)operation.- Parameters:
listOmniDashboardsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listOmniDashboardsPaginator
default ListOmniDashboardsIterable listOmniDashboardsPaginator(Consumer<ListOmniDashboardsRequest.Builder> listOmniDashboardsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listOmniDashboards(software.amazon.awssdk.services.cloudwatchomni.model.ListOmniDashboardsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListOmniDashboardsIterable responses = client.listOmniDashboardsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListOmniDashboardsIterable responses = client .listOmniDashboardsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListOmniDashboardsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListOmniDashboardsIterable responses = client.listOmniDashboardsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOmniDashboards(software.amazon.awssdk.services.cloudwatchomni.model.ListOmniDashboardsRequest)operation.
This is a convenience which creates an instance of the
ListOmniDashboardsRequest.Builderavoiding the need to create one manually viaListOmniDashboardsRequest.builder()- Parameters:
listOmniDashboardsRequest- AConsumerthat will call methods onListOmniDashboardsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSpaces
default ListSpacesResponse listSpaces(ListSpacesRequest listSpacesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the spaces in the account, optionally filtered by domain.
- Parameters:
listSpacesRequest-- Returns:
- Result of the ListSpaces operation returned by the service.
- See Also:
-
listSpaces
default ListSpacesResponse listSpaces(Consumer<ListSpacesRequest.Builder> listSpacesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the spaces in the account, optionally filtered by domain.
This is a convenience which creates an instance of the
ListSpacesRequest.Builderavoiding the need to create one manually viaListSpacesRequest.builder()- Parameters:
listSpacesRequest- AConsumerthat will call methods onListSpacesRequest.Builderto create a request.- Returns:
- Result of the ListSpaces operation returned by the service.
- See Also:
-
listSpacesPaginator
default ListSpacesIterable listSpacesPaginator(ListSpacesRequest listSpacesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listSpaces(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSpaces(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesRequest)operation.- Parameters:
listSpacesRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSpacesPaginator
default ListSpacesIterable listSpacesPaginator(Consumer<ListSpacesRequest.Builder> listSpacesRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listSpaces(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesIterable responses = client.listSpacesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSpaces(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesRequest)operation.
This is a convenience which creates an instance of the
ListSpacesRequest.Builderavoiding the need to create one manually viaListSpacesRequest.builder()- Parameters:
listSpacesRequest- AConsumerthat will call methods onListSpacesRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSpacesForOrganization
default ListSpacesForOrganizationResponse listSpacesForOrganization(ListSpacesForOrganizationRequest listSpacesForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the spaces across all member accounts in the organization.
- Parameters:
listSpacesForOrganizationRequest-- Returns:
- Result of the ListSpacesForOrganization operation returned by the service.
- See Also:
-
listSpacesForOrganization
default ListSpacesForOrganizationResponse listSpacesForOrganization(Consumer<ListSpacesForOrganizationRequest.Builder> listSpacesForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Returns the spaces across all member accounts in the organization.
This is a convenience which creates an instance of the
ListSpacesForOrganizationRequest.Builderavoiding the need to create one manually viaListSpacesForOrganizationRequest.builder()- Parameters:
listSpacesForOrganizationRequest- AConsumerthat will call methods onListSpacesForOrganizationRequest.Builderto create a request.- Returns:
- Result of the ListSpacesForOrganization operation returned by the service.
- See Also:
-
listSpacesForOrganizationPaginator
default ListSpacesForOrganizationIterable listSpacesForOrganizationPaginator(ListSpacesForOrganizationRequest listSpacesForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listSpacesForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesForOrganizationRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesForOrganizationIterable responses = client.listSpacesForOrganizationPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesForOrganizationIterable responses = client .listSpacesForOrganizationPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesForOrganizationResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesForOrganizationIterable responses = client.listSpacesForOrganizationPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSpacesForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesForOrganizationRequest)operation.- Parameters:
listSpacesForOrganizationRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listSpacesForOrganizationPaginator
default ListSpacesForOrganizationIterable listSpacesForOrganizationPaginator(Consumer<ListSpacesForOrganizationRequest.Builder> listSpacesForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listSpacesForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesForOrganizationRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesForOrganizationIterable responses = client.listSpacesForOrganizationPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesForOrganizationIterable responses = client .listSpacesForOrganizationPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesForOrganizationResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListSpacesForOrganizationIterable responses = client.listSpacesForOrganizationPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSpacesForOrganization(software.amazon.awssdk.services.cloudwatchomni.model.ListSpacesForOrganizationRequest)operation.
This is a convenience which creates an instance of the
ListSpacesForOrganizationRequest.Builderavoiding the need to create one manually viaListSpacesForOrganizationRequest.builder()- Parameters:
listSpacesForOrganizationRequest- AConsumerthat will call methods onListSpacesForOrganizationRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTelemetryFields
default ListTelemetryFieldsResponse listTelemetryFields(ListTelemetryFieldsRequest listTelemetryFieldsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists fields available for telemetry queries.
Returns a list of fields included in the specified dataset, granular to telemetry type. Returned field names reflect the exact stored casing and are case-sensitive when referenced in query expressions; the query engine does not normalize identifier case.
- Parameters:
listTelemetryFieldsRequest-- Returns:
- Result of the ListTelemetryFields operation returned by the service.
- See Also:
-
listTelemetryFields
default ListTelemetryFieldsResponse listTelemetryFields(Consumer<ListTelemetryFieldsRequest.Builder> listTelemetryFieldsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists fields available for telemetry queries.
Returns a list of fields included in the specified dataset, granular to telemetry type. Returned field names reflect the exact stored casing and are case-sensitive when referenced in query expressions; the query engine does not normalize identifier case.
This is a convenience which creates an instance of the
ListTelemetryFieldsRequest.Builderavoiding the need to create one manually viaListTelemetryFieldsRequest.builder()- Parameters:
listTelemetryFieldsRequest- AConsumerthat will call methods onListTelemetryFieldsRequest.Builderto create a request.- Returns:
- Result of the ListTelemetryFields operation returned by the service.
- See Also:
-
listTelemetryFieldsPaginator
default ListTelemetryFieldsIterable listTelemetryFieldsPaginator(ListTelemetryFieldsRequest listTelemetryFieldsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listTelemetryFields(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryFieldsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryFieldsIterable responses = client.listTelemetryFieldsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryFieldsIterable responses = client .listTelemetryFieldsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryFieldsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryFieldsIterable responses = client.listTelemetryFieldsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTelemetryFields(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryFieldsRequest)operation.- Parameters:
listTelemetryFieldsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTelemetryFieldsPaginator
default ListTelemetryFieldsIterable listTelemetryFieldsPaginator(Consumer<ListTelemetryFieldsRequest.Builder> listTelemetryFieldsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listTelemetryFields(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryFieldsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryFieldsIterable responses = client.listTelemetryFieldsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryFieldsIterable responses = client .listTelemetryFieldsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryFieldsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryFieldsIterable responses = client.listTelemetryFieldsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of null won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTelemetryFields(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryFieldsRequest)operation.
This is a convenience which creates an instance of the
ListTelemetryFieldsRequest.Builderavoiding the need to create one manually viaListTelemetryFieldsRequest.builder()- Parameters:
listTelemetryFieldsRequest- AConsumerthat will call methods onListTelemetryFieldsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTelemetryQuerySessions
default ListTelemetryQuerySessionsResponse listTelemetryQuerySessions(ListTelemetryQuerySessionsRequest listTelemetryQuerySessionsRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists telemetry query sessions.
Returns a list of telemetry query sessions owned by the caller.
- Parameters:
listTelemetryQuerySessionsRequest-- Returns:
- Result of the ListTelemetryQuerySessions operation returned by the service.
- See Also:
-
listTelemetryQuerySessions
default ListTelemetryQuerySessionsResponse listTelemetryQuerySessions(Consumer<ListTelemetryQuerySessionsRequest.Builder> listTelemetryQuerySessionsRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists telemetry query sessions.
Returns a list of telemetry query sessions owned by the caller.
This is a convenience which creates an instance of the
ListTelemetryQuerySessionsRequest.Builderavoiding the need to create one manually viaListTelemetryQuerySessionsRequest.builder()- Parameters:
listTelemetryQuerySessionsRequest- AConsumerthat will call methods onListTelemetryQuerySessionsRequest.Builderto create a request.- Returns:
- Result of the ListTelemetryQuerySessions operation returned by the service.
- See Also:
-
listTelemetryQuerySessionsPaginator
default ListTelemetryQuerySessionsIterable listTelemetryQuerySessionsPaginator(ListTelemetryQuerySessionsRequest listTelemetryQuerySessionsRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listTelemetryQuerySessions(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryQuerySessionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryQuerySessionsIterable responses = client.listTelemetryQuerySessionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryQuerySessionsIterable responses = client .listTelemetryQuerySessionsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryQuerySessionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryQuerySessionsIterable responses = client.listTelemetryQuerySessionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTelemetryQuerySessions(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryQuerySessionsRequest)operation.- Parameters:
listTelemetryQuerySessionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTelemetryQuerySessionsPaginator
default ListTelemetryQuerySessionsIterable listTelemetryQuerySessionsPaginator(Consumer<ListTelemetryQuerySessionsRequest.Builder> listTelemetryQuerySessionsRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listTelemetryQuerySessions(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryQuerySessionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryQuerySessionsIterable responses = client.listTelemetryQuerySessionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryQuerySessionsIterable responses = client .listTelemetryQuerySessionsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryQuerySessionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListTelemetryQuerySessionsIterable responses = client.listTelemetryQuerySessionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTelemetryQuerySessions(software.amazon.awssdk.services.cloudwatchomni.model.ListTelemetryQuerySessionsRequest)operation.
This is a convenience which creates an instance of the
ListTelemetryQuerySessionsRequest.Builderavoiding the need to create one manually viaListTelemetryQuerySessionsRequest.builder()- Parameters:
listTelemetryQuerySessionsRequest- AConsumerthat will call methods onListTelemetryQuerySessionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listViews
default ListViewsResponse listViews(ListViewsRequest listViewsRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists the views in the caller's account and region.
Returns a summary for each view, optionally filtered by view type. View definitions are not included — use GetView to retrieve them.
- Parameters:
listViewsRequest-- Returns:
- Result of the ListViews operation returned by the service.
- See Also:
-
listViews
default ListViewsResponse listViews(Consumer<ListViewsRequest.Builder> listViewsRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Lists the views in the caller's account and region.
Returns a summary for each view, optionally filtered by view type. View definitions are not included — use GetView to retrieve them.
This is a convenience which creates an instance of the
ListViewsRequest.Builderavoiding the need to create one manually viaListViewsRequest.builder()- Parameters:
listViewsRequest- AConsumerthat will call methods onListViewsRequest.Builderto create a request.- Returns:
- Result of the ListViews operation returned by the service.
- See Also:
-
listViewsPaginator
default ListViewsIterable listViewsPaginator(ListViewsRequest listViewsRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listViews(software.amazon.awssdk.services.cloudwatchomni.model.ListViewsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListViewsIterable responses = client.listViewsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListViewsIterable responses = client.listViewsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListViewsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListViewsIterable responses = client.listViewsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listViews(software.amazon.awssdk.services.cloudwatchomni.model.ListViewsRequest)operation.- Parameters:
listViewsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listViewsPaginator
default ListViewsIterable listViewsPaginator(Consumer<ListViewsRequest.Builder> listViewsRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
listViews(software.amazon.awssdk.services.cloudwatchomni.model.ListViewsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListViewsIterable responses = client.listViewsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.ListViewsIterable responses = client.listViewsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.ListViewsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.ListViewsIterable responses = client.listViewsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listViews(software.amazon.awssdk.services.cloudwatchomni.model.ListViewsRequest)operation.
This is a convenience which creates an instance of the
ListViewsRequest.Builderavoiding the need to create one manually viaListViewsRequest.builder()- Parameters:
listViewsRequest- AConsumerthat will call methods onListViewsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
putIntelligenceConfiguration
default PutIntelligenceConfigurationResponse putIntelligenceConfiguration(PutIntelligenceConfigurationRequest putIntelligenceConfigurationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates or updates the intelligence configuration for the calling account. Account is identified via FAS (caller identity).
- Parameters:
putIntelligenceConfigurationRequest- The request for updating the intelligence configuration of the calling account.- Returns:
- Result of the PutIntelligenceConfiguration operation returned by the service.
- See Also:
-
putIntelligenceConfiguration
default PutIntelligenceConfigurationResponse putIntelligenceConfiguration(Consumer<PutIntelligenceConfigurationRequest.Builder> putIntelligenceConfigurationRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Creates or updates the intelligence configuration for the calling account. Account is identified via FAS (caller identity).
This is a convenience which creates an instance of the
PutIntelligenceConfigurationRequest.Builderavoiding the need to create one manually viaPutIntelligenceConfigurationRequest.builder()- Parameters:
putIntelligenceConfigurationRequest- AConsumerthat will call methods onPutIntelligenceConfigurationRequest.Builderto create a request. The request for updating the intelligence configuration of the calling account.- Returns:
- Result of the PutIntelligenceConfiguration operation returned by the service.
- See Also:
-
searchPrincipals
default SearchPrincipalsResponse searchPrincipals(SearchPrincipalsRequest searchPrincipalsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Searches Identity Center for users and groups in a domain. The domain must be configured with Identity Center.
To grant access to a result, pass its principalId to CreateAccessGrant with a principalType of IDC_USER for a user or IDC_GROUP for a group.
- Parameters:
searchPrincipalsRequest-- Returns:
- Result of the SearchPrincipals operation returned by the service.
- See Also:
-
searchPrincipals
default SearchPrincipalsResponse searchPrincipals(Consumer<SearchPrincipalsRequest.Builder> searchPrincipalsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Searches Identity Center for users and groups in a domain. The domain must be configured with Identity Center.
To grant access to a result, pass its principalId to CreateAccessGrant with a principalType of IDC_USER for a user or IDC_GROUP for a group.
This is a convenience which creates an instance of the
SearchPrincipalsRequest.Builderavoiding the need to create one manually viaSearchPrincipalsRequest.builder()- Parameters:
searchPrincipalsRequest- AConsumerthat will call methods onSearchPrincipalsRequest.Builderto create a request.- Returns:
- Result of the SearchPrincipals operation returned by the service.
- See Also:
-
searchPrincipalsPaginator
default SearchPrincipalsIterable searchPrincipalsPaginator(SearchPrincipalsRequest searchPrincipalsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
searchPrincipals(software.amazon.awssdk.services.cloudwatchomni.model.SearchPrincipalsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.SearchPrincipalsIterable responses = client.searchPrincipalsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.SearchPrincipalsIterable responses = client .searchPrincipalsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.SearchPrincipalsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.SearchPrincipalsIterable responses = client.searchPrincipalsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchPrincipals(software.amazon.awssdk.services.cloudwatchomni.model.SearchPrincipalsRequest)operation.- Parameters:
searchPrincipalsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
searchPrincipalsPaginator
default SearchPrincipalsIterable searchPrincipalsPaginator(Consumer<SearchPrincipalsRequest.Builder> searchPrincipalsRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException This is a variant of
searchPrincipals(software.amazon.awssdk.services.cloudwatchomni.model.SearchPrincipalsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.cloudwatchomni.paginators.SearchPrincipalsIterable responses = client.searchPrincipalsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.cloudwatchomni.paginators.SearchPrincipalsIterable responses = client .searchPrincipalsPaginator(request); for (software.amazon.awssdk.services.cloudwatchomni.model.SearchPrincipalsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.cloudwatchomni.paginators.SearchPrincipalsIterable responses = client.searchPrincipalsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
searchPrincipals(software.amazon.awssdk.services.cloudwatchomni.model.SearchPrincipalsRequest)operation.
This is a convenience which creates an instance of the
SearchPrincipalsRequest.Builderavoiding the need to create one manually viaSearchPrincipalsRequest.builder()- Parameters:
searchPrincipalsRequest- AConsumerthat will call methods onSearchPrincipalsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
startTelemetryQuery
default StartTelemetryQueryResponse startTelemetryQuery(StartTelemetryQueryRequest startTelemetryQueryRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Starts a telemetry query within a session.
Submits the provided query string for execution in the specified session. Use GetTelemetryQueryResults to poll for results and check query status.
- Parameters:
startTelemetryQueryRequest-- Returns:
- Result of the StartTelemetryQuery operation returned by the service.
- See Also:
-
startTelemetryQuery
default StartTelemetryQueryResponse startTelemetryQuery(Consumer<StartTelemetryQueryRequest.Builder> startTelemetryQueryRequest) throws ThrottlingException, ValidationException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Starts a telemetry query within a session.
Submits the provided query string for execution in the specified session. Use GetTelemetryQueryResults to poll for results and check query status.
This is a convenience which creates an instance of the
StartTelemetryQueryRequest.Builderavoiding the need to create one manually viaStartTelemetryQueryRequest.builder()- Parameters:
startTelemetryQueryRequest- AConsumerthat will call methods onStartTelemetryQueryRequest.Builderto create a request.- Returns:
- Result of the StartTelemetryQuery operation returned by the service.
- See Also:
-
startTelemetryQuerySession
default StartTelemetryQuerySessionResponse startTelemetryQuerySession(StartTelemetryQuerySessionRequest startTelemetryQuerySessionRequest) throws ThrottlingException, ValidationException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Starts a new telemetry query session.
A session provides a logical grouping for one or more telemetry queries. The returned session ID is required when starting queries via StartTelemetryQuery.
- Parameters:
startTelemetryQuerySessionRequest-- Returns:
- Result of the StartTelemetryQuerySession operation returned by the service.
- See Also:
-
startTelemetryQuerySession
default StartTelemetryQuerySessionResponse startTelemetryQuerySession(Consumer<StartTelemetryQuerySessionRequest.Builder> startTelemetryQuerySessionRequest) throws ThrottlingException, ValidationException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Starts a new telemetry query session.
A session provides a logical grouping for one or more telemetry queries. The returned session ID is required when starting queries via StartTelemetryQuery.
This is a convenience which creates an instance of the
StartTelemetryQuerySessionRequest.Builderavoiding the need to create one manually viaStartTelemetryQuerySessionRequest.builder()- Parameters:
startTelemetryQuerySessionRequest- AConsumerthat will call methods onStartTelemetryQuerySessionRequest.Builderto create a request.- Returns:
- Result of the StartTelemetryQuerySession operation returned by the service.
- See Also:
-
stopTelemetryQuery
default StopTelemetryQueryResponse stopTelemetryQuery(StopTelemetryQueryRequest stopTelemetryQueryRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Stops a running telemetry query.
- Parameters:
stopTelemetryQueryRequest-- Returns:
- Result of the StopTelemetryQuery operation returned by the service.
- See Also:
-
stopTelemetryQuery
default StopTelemetryQueryResponse stopTelemetryQuery(Consumer<StopTelemetryQueryRequest.Builder> stopTelemetryQueryRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Stops a running telemetry query.
This is a convenience which creates an instance of the
StopTelemetryQueryRequest.Builderavoiding the need to create one manually viaStopTelemetryQueryRequest.builder()- Parameters:
stopTelemetryQueryRequest- AConsumerthat will call methods onStopTelemetryQueryRequest.Builderto create a request.- Returns:
- Result of the StopTelemetryQuery operation returned by the service.
- See Also:
-
stopTelemetryQuerySession
default StopTelemetryQuerySessionResponse stopTelemetryQuerySession(StopTelemetryQuerySessionRequest stopTelemetryQuerySessionRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Stops a telemetry query session.
Terminates the specified session. After a session is stopped it cannot be reused.
- Parameters:
stopTelemetryQuerySessionRequest-- Returns:
- Result of the StopTelemetryQuerySession operation returned by the service.
- See Also:
-
stopTelemetryQuerySession
default StopTelemetryQuerySessionResponse stopTelemetryQuerySession(Consumer<StopTelemetryQuerySessionRequest.Builder> stopTelemetryQuerySessionRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Stops a telemetry query session.
Terminates the specified session. After a session is stopped it cannot be reused.
This is a convenience which creates an instance of the
StopTelemetryQuerySessionRequest.Builderavoiding the need to create one manually viaStopTelemetryQuerySessionRequest.builder()- Parameters:
stopTelemetryQuerySessionRequest- AConsumerthat will call methods onStopTelemetryQuerySessionRequest.Builderto create a request.- Returns:
- Result of the StopTelemetryQuerySession operation returned by the service.
- See Also:
-
updateAccessProfile
default UpdateAccessProfileResponse updateAccessProfile(UpdateAccessProfileRequest updateAccessProfileRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates the name or description of an access profile.
Only the provided fields are changed; omitted fields are left unchanged.
- Parameters:
updateAccessProfileRequest-- Returns:
- Result of the UpdateAccessProfile operation returned by the service.
- See Also:
-
updateAccessProfile
default UpdateAccessProfileResponse updateAccessProfile(Consumer<UpdateAccessProfileRequest.Builder> updateAccessProfileRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates the name or description of an access profile.
Only the provided fields are changed; omitted fields are left unchanged.
This is a convenience which creates an instance of the
UpdateAccessProfileRequest.Builderavoiding the need to create one manually viaUpdateAccessProfileRequest.builder()- Parameters:
updateAccessProfileRequest- AConsumerthat will call methods onUpdateAccessProfileRequest.Builderto create a request.- Returns:
- Result of the UpdateAccessProfile operation returned by the service.
- See Also:
-
updateAlert
default UpdateAlertResponse updateAlert(UpdateAlertRequest updateAlertRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an existing alert.
Only non-null fields overwrite existing values.
- Parameters:
updateAlertRequest-- Returns:
- Result of the UpdateAlert operation returned by the service.
- See Also:
-
updateAlert
default UpdateAlertResponse updateAlert(Consumer<UpdateAlertRequest.Builder> updateAlertRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an existing alert.
Only non-null fields overwrite existing values.
This is a convenience which creates an instance of the
UpdateAlertRequest.Builderavoiding the need to create one manually viaUpdateAlertRequest.builder()- Parameters:
updateAlertRequest- AConsumerthat will call methods onUpdateAlertRequest.Builderto create a request.- Returns:
- Result of the UpdateAlert operation returned by the service.
- See Also:
-
updateDomain
default UpdateDomainResponse updateDomain(UpdateDomainRequest updateDomainRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates a domain's name or identity provider configuration.
Only the provided fields are changed; omitted fields are left unchanged. Renaming a domain also changes the endpoint URLs derived from its name.
- Parameters:
updateDomainRequest-- Returns:
- Result of the UpdateDomain operation returned by the service.
- See Also:
-
updateDomain
default UpdateDomainResponse updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates a domain's name or identity provider configuration.
Only the provided fields are changed; omitted fields are left unchanged. Renaming a domain also changes the endpoint URLs derived from its name.
This is a convenience which creates an instance of the
UpdateDomainRequest.Builderavoiding the need to create one manually viaUpdateDomainRequest.builder()- Parameters:
updateDomainRequest- AConsumerthat will call methods onUpdateDomainRequest.Builderto create a request.- Returns:
- Result of the UpdateDomain operation returned by the service.
- See Also:
-
updateDomainForOrganization
default UpdateDomainForOrganizationResponse updateDomainForOrganization(UpdateDomainForOrganizationRequest updateDomainForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an organization domain's name or identity provider configuration. Call this operation in the Region where the domain was created.
Only the provided fields are changed; omitted fields are left unchanged. Renaming a domain also changes the endpoint URLs derived from its name.
- Parameters:
updateDomainForOrganizationRequest-- Returns:
- Result of the UpdateDomainForOrganization operation returned by the service.
- See Also:
-
updateDomainForOrganization
default UpdateDomainForOrganizationResponse updateDomainForOrganization(Consumer<UpdateDomainForOrganizationRequest.Builder> updateDomainForOrganizationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an organization domain's name or identity provider configuration. Call this operation in the Region where the domain was created.
Only the provided fields are changed; omitted fields are left unchanged. Renaming a domain also changes the endpoint URLs derived from its name.
This is a convenience which creates an instance of the
UpdateDomainForOrganizationRequest.Builderavoiding the need to create one manually viaUpdateDomainForOrganizationRequest.builder()- Parameters:
updateDomainForOrganizationRequest- AConsumerthat will call methods onUpdateDomainForOrganizationRequest.Builderto create a request.- Returns:
- Result of the UpdateDomainForOrganization operation returned by the service.
- See Also:
-
updateIntegration
default UpdateIntegrationResponse updateIntegration(UpdateIntegrationRequest updateIntegrationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an existing integration, identified by its id, ARN, or name. Only the fields you provide are changed.
- Parameters:
updateIntegrationRequest- The request for updating an existing integration.- Returns:
- Result of the UpdateIntegration operation returned by the service.
- See Also:
-
updateIntegration
default UpdateIntegrationResponse updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an existing integration, identified by its id, ARN, or name. Only the fields you provide are changed.
This is a convenience which creates an instance of the
UpdateIntegrationRequest.Builderavoiding the need to create one manually viaUpdateIntegrationRequest.builder()- Parameters:
updateIntegrationRequest- AConsumerthat will call methods onUpdateIntegrationRequest.Builderto create a request. The request for updating an existing integration.- Returns:
- Result of the UpdateIntegration operation returned by the service.
- See Also:
-
updateOmniDashboard
default UpdateOmniDashboardResponse updateOmniDashboard(UpdateOmniDashboardRequest updateOmniDashboardRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an existing dashboard within a space.
Only the provided fields are changed; omitted fields are left unchanged.
- Parameters:
updateOmniDashboardRequest-- Returns:
- Result of the UpdateOmniDashboard operation returned by the service.
- See Also:
-
updateOmniDashboard
default UpdateOmniDashboardResponse updateOmniDashboard(Consumer<UpdateOmniDashboardRequest.Builder> updateOmniDashboardRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an existing dashboard within a space.
Only the provided fields are changed; omitted fields are left unchanged.
This is a convenience which creates an instance of the
UpdateOmniDashboardRequest.Builderavoiding the need to create one manually viaUpdateOmniDashboardRequest.builder()- Parameters:
updateOmniDashboardRequest- AConsumerthat will call methods onUpdateOmniDashboardRequest.Builderto create a request.- Returns:
- Result of the UpdateOmniDashboard operation returned by the service.
- See Also:
-
updateSpace
default UpdateSpaceResponse updateSpace(UpdateSpaceRequest updateSpaceRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates a space.
Only the provided fields are changed; omitted fields are left unchanged.
- Parameters:
updateSpaceRequest-- Returns:
- Result of the UpdateSpace operation returned by the service.
- See Also:
-
updateSpace
default UpdateSpaceResponse updateSpace(Consumer<UpdateSpaceRequest.Builder> updateSpaceRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, ServiceQuotaExceededException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates a space.
Only the provided fields are changed; omitted fields are left unchanged.
This is a convenience which creates an instance of the
UpdateSpaceRequest.Builderavoiding the need to create one manually viaUpdateSpaceRequest.builder()- Parameters:
updateSpaceRequest- AConsumerthat will call methods onUpdateSpaceRequest.Builderto create a request.- Returns:
- Result of the UpdateSpace operation returned by the service.
- See Also:
-
updateView
default UpdateViewResponse updateView(UpdateViewRequest updateViewRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an existing view's definition and/or description.
Only the fields you provide are changed. Managed views cannot be updated.
- Parameters:
updateViewRequest-- Returns:
- Result of the UpdateView operation returned by the service.
- See Also:
-
updateView
default UpdateViewResponse updateView(Consumer<UpdateViewRequest.Builder> updateViewRequest) throws ThrottlingException, ValidationException, ResourceNotFoundException, AccessDeniedException, InternalServerException, ConflictException, AwsServiceException, SdkClientException, CloudWatchOmniException Updates an existing view's definition and/or description.
Only the fields you provide are changed. Managed views cannot be updated.
This is a convenience which creates an instance of the
UpdateViewRequest.Builderavoiding the need to create one manually viaUpdateViewRequest.builder()- Parameters:
updateViewRequest- AConsumerthat will call methods onUpdateViewRequest.Builderto create a request.- Returns:
- Result of the UpdateView operation returned by the service.
- See Also:
-
create
Create aCloudWatchOmniClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aCloudWatchOmniClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-