Skip navigation links
A B C D E F G H I K L M N O P R S T V 

A

alignedEndTime() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
The end time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds).
alignedEndTime(Instant) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
The end time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds).
alignedEndTime() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
The end time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds).
alignedEndTime(Instant) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse.Builder
The end time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds).
alignedStartTime() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
The start time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds).
alignedStartTime(Instant) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
The start time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds).
alignedStartTime() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
The start time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds).
alignedStartTime(Instant) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse.Builder
The start time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds).
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.pi.model.InternalServiceErrorException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.pi.model.InvalidArgumentException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.pi.model.NotAuthorizedException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.pi.model.PiException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.pi.model.PiException.BuilderImpl
 

B

build() - Method in class software.amazon.awssdk.services.pi.model.PiException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.pi.model.PiRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.pi.model.PiResponse.Builder
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.DataPoint
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.DimensionGroup
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
 
builder() - Static method in exception software.amazon.awssdk.services.pi.model.InternalServiceErrorException
 
builder() - Static method in exception software.amazon.awssdk.services.pi.model.InvalidArgumentException
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.MetricQuery
 
builder() - Static method in exception software.amazon.awssdk.services.pi.model.NotAuthorizedException
 
builder() - Static method in exception software.amazon.awssdk.services.pi.model.PiException
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
 
builder() - Static method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
 
builder() - Static method in interface software.amazon.awssdk.services.pi.PiAsyncClient
Create a builder that can be used to configure and create a PiAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.pi.PiClient
Create a builder that can be used to configure and create a PiClient.
BuilderImpl() - Constructor for class software.amazon.awssdk.services.pi.model.PiException.BuilderImpl
 
BuilderImpl(PiException) - Constructor for class software.amazon.awssdk.services.pi.model.PiException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.pi.model.PiRequest.BuilderImpl
 
BuilderImpl(PiRequest) - Constructor for class software.amazon.awssdk.services.pi.model.PiRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.pi.model.PiResponse.BuilderImpl
 
BuilderImpl(PiResponse) - Constructor for class software.amazon.awssdk.services.pi.model.PiResponse.BuilderImpl
 

C

cause(Throwable) - Method in interface software.amazon.awssdk.services.pi.model.InternalServiceErrorException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.pi.model.InvalidArgumentException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.pi.model.NotAuthorizedException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.pi.model.PiException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.pi.model.PiException.BuilderImpl
 
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.pi.model.PiResponseMetadata
 
create() - Static method in interface software.amazon.awssdk.services.pi.PiAsyncClient
Create a PiAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.pi.PiClient
Create a PiClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.

D

DataPoint - Class in software.amazon.awssdk.services.pi.model
A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.
DataPoint.Builder - Interface in software.amazon.awssdk.services.pi.model
 
dataPoints(Collection<DataPoint>) - Method in interface software.amazon.awssdk.services.pi.model.MetricKeyDataPoints.Builder
An array of timestamp-value pairs, representing measurements over a period of time.
dataPoints(DataPoint...) - Method in interface software.amazon.awssdk.services.pi.model.MetricKeyDataPoints.Builder
An array of timestamp-value pairs, representing measurements over a period of time.
dataPoints(Consumer<DataPoint.Builder>...) - Method in interface software.amazon.awssdk.services.pi.model.MetricKeyDataPoints.Builder
An array of timestamp-value pairs, representing measurements over a period of time.
dataPoints() - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
An array of timestamp-value pairs, representing measurements over a period of time.
describeDimensionKeys(DescribeDimensionKeysRequest) - Method in interface software.amazon.awssdk.services.pi.PiAsyncClient
For a specific time period, retrieve the top N dimension keys for a metric.
describeDimensionKeys(Consumer<DescribeDimensionKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.pi.PiAsyncClient
For a specific time period, retrieve the top N dimension keys for a metric.
describeDimensionKeys(DescribeDimensionKeysRequest) - Method in interface software.amazon.awssdk.services.pi.PiClient
For a specific time period, retrieve the top N dimension keys for a metric.
describeDimensionKeys(Consumer<DescribeDimensionKeysRequest.Builder>) - Method in interface software.amazon.awssdk.services.pi.PiClient
For a specific time period, retrieve the top N dimension keys for a metric.
DescribeDimensionKeysRequest - Class in software.amazon.awssdk.services.pi.model
 
DescribeDimensionKeysRequest.Builder - Interface in software.amazon.awssdk.services.pi.model
 
DescribeDimensionKeysRequestMarshaller - Class in software.amazon.awssdk.services.pi.transform
DescribeDimensionKeysRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.pi.transform.DescribeDimensionKeysRequestMarshaller
 
DescribeDimensionKeysResponse - Class in software.amazon.awssdk.services.pi.model
 
DescribeDimensionKeysResponse.Builder - Interface in software.amazon.awssdk.services.pi.model
 
DimensionGroup - Class in software.amazon.awssdk.services.pi.model
A logical grouping of Performance Insights metrics for a related subject area.
DimensionGroup.Builder - Interface in software.amazon.awssdk.services.pi.model
 
DimensionKeyDescription - Class in software.amazon.awssdk.services.pi.model
An array of descriptions and aggregated values for each dimension within a dimension group.
DimensionKeyDescription.Builder - Interface in software.amazon.awssdk.services.pi.model
 
dimensions(Collection<String>) - Method in interface software.amazon.awssdk.services.pi.model.DimensionGroup.Builder
A list of specific dimensions from a dimension group.
dimensions(String...) - Method in interface software.amazon.awssdk.services.pi.model.DimensionGroup.Builder
A list of specific dimensions from a dimension group.
dimensions() - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
A list of specific dimensions from a dimension group.
dimensions(Map<String, String>) - Method in interface software.amazon.awssdk.services.pi.model.DimensionKeyDescription.Builder
A map of name-value pairs for the dimensions in the group.
dimensions() - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
A map of name-value pairs for the dimensions in the group.
dimensions(Map<String, String>) - Method in interface software.amazon.awssdk.services.pi.model.ResponsePartitionKey.Builder
A dimension map that contains the dimension(s) for this partition.
dimensions() - Method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
A dimension map that contains the dimension(s) for this partition.
dimensions(Map<String, String>) - Method in interface software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey.Builder
The valid dimensions for the metric.
dimensions() - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
The valid dimensions for the metric.

E

endTime(Instant) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
The date and time specifying the end of the requested time series data.
endTime() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
The date and time specifying the end of the requested time series data.
endTime(Instant) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
The date and time specifiying the end of the requested time series data.
endTime() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
The date and time specifiying the end of the requested time series data.
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.DataPoint
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
 
equals(Object) - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.DataPoint
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
 

F

filter(Map<String, String>) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
One or more filters to apply in the request.
filter() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
One or more filters to apply in the request.
filter(Map<String, String>) - Method in interface software.amazon.awssdk.services.pi.model.MetricQuery.Builder
One or more filters to apply in the request.
filter() - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
One or more filters to apply in the request.
fromValue(String) - Static method in enum software.amazon.awssdk.services.pi.model.ServiceType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

getResourceMetrics(GetResourceMetricsRequest) - Method in interface software.amazon.awssdk.services.pi.PiAsyncClient
Retrieve Performance Insights metrics for a set of data sources, over a time period.
getResourceMetrics(Consumer<GetResourceMetricsRequest.Builder>) - Method in interface software.amazon.awssdk.services.pi.PiAsyncClient
Retrieve Performance Insights metrics for a set of data sources, over a time period.
getResourceMetrics(GetResourceMetricsRequest) - Method in interface software.amazon.awssdk.services.pi.PiClient
Retrieve Performance Insights metrics for a set of data sources, over a time period.
getResourceMetrics(Consumer<GetResourceMetricsRequest.Builder>) - Method in interface software.amazon.awssdk.services.pi.PiClient
Retrieve Performance Insights metrics for a set of data sources, over a time period.
GetResourceMetricsRequest - Class in software.amazon.awssdk.services.pi.model
 
GetResourceMetricsRequest.Builder - Interface in software.amazon.awssdk.services.pi.model
 
GetResourceMetricsRequestMarshaller - Class in software.amazon.awssdk.services.pi.transform
GetResourceMetricsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.pi.transform.GetResourceMetricsRequestMarshaller
 
GetResourceMetricsResponse - Class in software.amazon.awssdk.services.pi.model
 
GetResourceMetricsResponse.Builder - Interface in software.amazon.awssdk.services.pi.model
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.DataPoint
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
 
group(String) - Method in interface software.amazon.awssdk.services.pi.model.DimensionGroup.Builder
The name of the dimension group.
group() - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
The name of the dimension group.
groupBy(DimensionGroup) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
A specification for how to aggregate the data points from a query result.
groupBy(Consumer<DimensionGroup.Builder>) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
A specification for how to aggregate the data points from a query result.
groupBy() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
A specification for how to aggregate the data points from a query result.
groupBy(DimensionGroup) - Method in interface software.amazon.awssdk.services.pi.model.MetricQuery.Builder
A specification for how to aggregate the data points from a query result.
groupBy(Consumer<DimensionGroup.Builder>) - Method in interface software.amazon.awssdk.services.pi.model.MetricQuery.Builder
A specification for how to aggregate the data points from a query result.
groupBy() - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
A specification for how to aggregate the data points from a query result.

H

hashCode() - Method in class software.amazon.awssdk.services.pi.model.DataPoint
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
 
hashCode() - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
 

I

identifier(String) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
An immutable, AWS Region-unique identifier for a data source.
identifier() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
An immutable, AWS Region-unique identifier for a data source.
identifier(String) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
An immutable, AWS Region-unique identifier for a data source.
identifier() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
An immutable, AWS Region-unique identifier for a data source.
identifier(String) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse.Builder
An immutable, AWS Region-unique identifier for a data source.
identifier() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
An immutable, AWS Region-unique identifier for a data source.
InternalServiceErrorException - Exception in software.amazon.awssdk.services.pi.model
The request failed due to an unknown error.
InternalServiceErrorException.Builder - Interface in software.amazon.awssdk.services.pi.model
 
InvalidArgumentException - Exception in software.amazon.awssdk.services.pi.model
One of the arguments provided is invalid for this request.
InvalidArgumentException.Builder - Interface in software.amazon.awssdk.services.pi.model
 

K

key(ResponseResourceMetricKey) - Method in interface software.amazon.awssdk.services.pi.model.MetricKeyDataPoints.Builder
The dimension(s) to which the data points apply.
key(Consumer<ResponseResourceMetricKey.Builder>) - Method in interface software.amazon.awssdk.services.pi.model.MetricKeyDataPoints.Builder
The dimension(s) to which the data points apply.
key() - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
The dimension(s) to which the data points apply.
keys(Collection<DimensionKeyDescription>) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
The dimension keys that were requested.
keys(DimensionKeyDescription...) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
The dimension keys that were requested.
keys(Consumer<DimensionKeyDescription.Builder>...) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
The dimension keys that were requested.
keys() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
The dimension keys that were requested.
knownValues() - Static method in enum software.amazon.awssdk.services.pi.model.ServiceType
Use this in place of ServiceType.values() to return a Set of all values known to the SDK.

L

limit(Integer) - Method in interface software.amazon.awssdk.services.pi.model.DimensionGroup.Builder
The maximum number of items to fetch for this dimension group.
limit() - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
The maximum number of items to fetch for this dimension group.

M

marshall(DescribeDimensionKeysRequest) - Method in class software.amazon.awssdk.services.pi.transform.DescribeDimensionKeysRequestMarshaller
 
marshall(GetResourceMetricsRequest) - Method in class software.amazon.awssdk.services.pi.transform.GetResourceMetricsRequestMarshaller
 
maxResults(Integer) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
The maximum number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
The maximum number of items to return in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
The maximum number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
The maximum number of items to return in the response.
message(String) - Method in interface software.amazon.awssdk.services.pi.model.InternalServiceErrorException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.pi.model.InvalidArgumentException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.pi.model.NotAuthorizedException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.pi.model.PiException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.pi.model.PiException.BuilderImpl
 
metric(String) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
The name of a Performance Insights metric to be measured.
metric() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
The name of a Performance Insights metric to be measured.
metric(String) - Method in interface software.amazon.awssdk.services.pi.model.MetricQuery.Builder
The name of a Performance Insights metric to be measured.
metric() - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
The name of a Performance Insights metric to be measured.
metric(String) - Method in interface software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey.Builder
The name of a Performance Insights metric to be measured.
metric() - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
The name of a Performance Insights metric to be measured.
MetricKeyDataPoints - Class in software.amazon.awssdk.services.pi.model
A time-ordered series of data points, correpsonding to a dimension of a Performance Insights metric.
MetricKeyDataPoints.Builder - Interface in software.amazon.awssdk.services.pi.model
 
metricList(Collection<MetricKeyDataPoints>) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse.Builder
An array of metric results,, where each array element contains all of the data points for a particular dimension.
metricList(MetricKeyDataPoints...) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse.Builder
An array of metric results,, where each array element contains all of the data points for a particular dimension.
metricList(Consumer<MetricKeyDataPoints.Builder>...) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse.Builder
An array of metric results,, where each array element contains all of the data points for a particular dimension.
metricList() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
An array of metric results,, where each array element contains all of the data points for a particular dimension.
metricQueries(Collection<MetricQuery>) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
An array of one or more queries to perform.
metricQueries(MetricQuery...) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
An array of one or more queries to perform.
metricQueries(Consumer<MetricQuery.Builder>...) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
An array of one or more queries to perform.
metricQueries() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
An array of one or more queries to perform.
MetricQuery - Class in software.amazon.awssdk.services.pi.model
A single query to be processed.
MetricQuery.Builder - Interface in software.amazon.awssdk.services.pi.model
 

N

nextToken(String) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
An optional pagination token provided by a previous request.
nextToken() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
An optional pagination token provided by a previous request.
nextToken(String) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
An optional pagination token provided by a previous request.
nextToken() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
An optional pagination token provided by a previous request.
nextToken(String) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
An optional pagination token provided by a previous request.
nextToken() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
An optional pagination token provided by a previous request.
nextToken(String) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse.Builder
An optional pagination token provided by a previous request.
nextToken() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
An optional pagination token provided by a previous request.
NotAuthorizedException - Exception in software.amazon.awssdk.services.pi.model
The user is not authorized to perform this request.
NotAuthorizedException.Builder - Interface in software.amazon.awssdk.services.pi.model
 

O

overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
 

P

partitionBy(DimensionGroup) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
For each dimension specified in GroupBy, specify a secondary dimension to further subdivide the partition keys in the response.
partitionBy(Consumer<DimensionGroup.Builder>) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
For each dimension specified in GroupBy, specify a secondary dimension to further subdivide the partition keys in the response.
partitionBy() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
For each dimension specified in GroupBy, specify a secondary dimension to further subdivide the partition keys in the response.
partitionKeys(Collection<ResponsePartitionKey>) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.
partitionKeys(ResponsePartitionKey...) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.
partitionKeys(Consumer<ResponsePartitionKey.Builder>...) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse.Builder
If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.
partitionKeys() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.
partitions(Collection<Double>) - Method in interface software.amazon.awssdk.services.pi.model.DimensionKeyDescription.Builder
If PartitionBy was specified, PartitionKeys contains the dimensions that were.
partitions(Double...) - Method in interface software.amazon.awssdk.services.pi.model.DimensionKeyDescription.Builder
If PartitionBy was specified, PartitionKeys contains the dimensions that were.
partitions() - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
If PartitionBy was specified, PartitionKeys contains the dimensions that were.
periodInSeconds(Integer) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
The granularity, in seconds, of the data points returned from Performance Insights.
periodInSeconds() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
The granularity, in seconds, of the data points returned from Performance Insights.
periodInSeconds(Integer) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
The granularity, in seconds, of the data points returned from Performance Insights.
periodInSeconds() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
The granularity, in seconds, of the data points returned from Performance Insights.
PiAsyncClient - Interface in software.amazon.awssdk.services.pi
Service client for accessing AWS PI asynchronously.
PiAsyncClientBuilder - Interface in software.amazon.awssdk.services.pi
A builder for creating an instance of PiAsyncClient.
PiBaseClientBuilder<B extends PiBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.pi
This includes configuration specific to AWS PI that is supported by both PiClientBuilder and PiAsyncClientBuilder.
PiClient - Interface in software.amazon.awssdk.services.pi
Service client for accessing AWS PI.
PiClientBuilder - Interface in software.amazon.awssdk.services.pi
A builder for creating an instance of PiClient.
PiException - Exception in software.amazon.awssdk.services.pi.model
 
PiException(PiException.Builder) - Constructor for exception software.amazon.awssdk.services.pi.model.PiException
 
PiException.Builder - Interface in software.amazon.awssdk.services.pi.model
 
PiException.BuilderImpl - Class in software.amazon.awssdk.services.pi.model
 
PiRequest - Class in software.amazon.awssdk.services.pi.model
 
PiRequest(PiRequest.Builder) - Constructor for class software.amazon.awssdk.services.pi.model.PiRequest
 
PiRequest.Builder - Interface in software.amazon.awssdk.services.pi.model
 
PiRequest.BuilderImpl - Class in software.amazon.awssdk.services.pi.model
 
PiResponse - Class in software.amazon.awssdk.services.pi.model
 
PiResponse(PiResponse.Builder) - Constructor for class software.amazon.awssdk.services.pi.model.PiResponse
 
PiResponse.Builder - Interface in software.amazon.awssdk.services.pi.model
 
PiResponse.BuilderImpl - Class in software.amazon.awssdk.services.pi.model
 
PiResponseMetadata - Class in software.amazon.awssdk.services.pi.model
 

R

requestId(String) - Method in interface software.amazon.awssdk.services.pi.model.InternalServiceErrorException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.pi.model.InvalidArgumentException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.pi.model.NotAuthorizedException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.pi.model.PiException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.pi.model.PiException.BuilderImpl
 
responseMetadata() - Method in interface software.amazon.awssdk.services.pi.model.PiResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.pi.model.PiResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.pi.model.PiResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.pi.model.PiResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.pi.model.PiResponse
 
ResponsePartitionKey - Class in software.amazon.awssdk.services.pi.model
If PartitionBy was specified in a DescribeDimensionKeys request, the dimensions are returned in an array.
ResponsePartitionKey.Builder - Interface in software.amazon.awssdk.services.pi.model
 
ResponseResourceMetricKey - Class in software.amazon.awssdk.services.pi.model
An object describing a Performance Insights metric and one or more dimensions for that metric.
ResponseResourceMetricKey.Builder - Interface in software.amazon.awssdk.services.pi.model
 

S

sdkFields() - Method in class software.amazon.awssdk.services.pi.model.DataPoint
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.pi.model.InternalServiceErrorException
 
sdkFields() - Method in exception software.amazon.awssdk.services.pi.model.InvalidArgumentException
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
 
sdkFields() - Method in exception software.amazon.awssdk.services.pi.model.NotAuthorizedException
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
 
sdkFields() - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.DataPoint
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.DimensionGroup
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.pi.model.InternalServiceErrorException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.pi.model.InvalidArgumentException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.MetricQuery
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.pi.model.NotAuthorizedException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.pi.model.PiException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.pi.PiAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.pi.PiClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.pi.PiClient
 
serviceType(String) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
The AWS service for which Performance Insights will return metrics.
serviceType(ServiceType) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
The AWS service for which Performance Insights will return metrics.
serviceType() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
The AWS service for which Performance Insights will return metrics.
serviceType(String) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
The AWS service for which Performance Insights will return metrics.
serviceType(ServiceType) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
The AWS service for which Performance Insights will return metrics.
serviceType() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
The AWS service for which Performance Insights will return metrics.
ServiceType - Enum in software.amazon.awssdk.services.pi.model
 
serviceTypeAsString() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
The AWS service for which Performance Insights will return metrics.
serviceTypeAsString() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
The AWS service for which Performance Insights will return metrics.
software.amazon.awssdk.services.pi - package software.amazon.awssdk.services.pi
AWS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running RDS instance.
software.amazon.awssdk.services.pi.model - package software.amazon.awssdk.services.pi.model
 
software.amazon.awssdk.services.pi.transform - package software.amazon.awssdk.services.pi.transform
 
startTime(Instant) - Method in interface software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest.Builder
The date and time specifying the beginning of the requested time series data.
startTime() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
The date and time specifying the beginning of the requested time series data.
startTime(Instant) - Method in interface software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest.Builder
The date and time specifying the beginning of the requested time series data.
startTime() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
The date and time specifying the beginning of the requested time series data.
statusCode(int) - Method in interface software.amazon.awssdk.services.pi.model.InternalServiceErrorException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.pi.model.InvalidArgumentException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.pi.model.NotAuthorizedException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.pi.model.PiException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.pi.model.PiException.BuilderImpl
 

T

timestamp(Instant) - Method in interface software.amazon.awssdk.services.pi.model.DataPoint.Builder
The time, in epoch format, associated with a particular Value.
timestamp() - Method in class software.amazon.awssdk.services.pi.model.DataPoint
The time, in epoch format, associated with a particular Value.
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.DataPoint
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.pi.model.InternalServiceErrorException
 
toBuilder() - Method in exception software.amazon.awssdk.services.pi.model.InvalidArgumentException
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
 
toBuilder() - Method in exception software.amazon.awssdk.services.pi.model.NotAuthorizedException
 
toBuilder() - Method in exception software.amazon.awssdk.services.pi.model.PiException
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.PiRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
 
toBuilder() - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
 
toString() - Method in class software.amazon.awssdk.services.pi.model.DataPoint
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.DescribeDimensionKeysResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.DimensionGroup
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.MetricKeyDataPoints
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.MetricQuery
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.ResponsePartitionKey
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.pi.model.ResponseResourceMetricKey
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.pi.model.ServiceType
 
total(Double) - Method in interface software.amazon.awssdk.services.pi.model.DimensionKeyDescription.Builder
The aggregated metric value for the dimension(s), over the requested time range.
total() - Method in class software.amazon.awssdk.services.pi.model.DimensionKeyDescription
The aggregated metric value for the dimension(s), over the requested time range.

V

value(Double) - Method in interface software.amazon.awssdk.services.pi.model.DataPoint.Builder
The actual value associated with a particular Timestamp.
value() - Method in class software.amazon.awssdk.services.pi.model.DataPoint
The actual value associated with a particular Timestamp.
valueOf(String) - Static method in enum software.amazon.awssdk.services.pi.model.ServiceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.pi.model.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M N O P R S T V 
Skip navigation links

Copyright © 2019. All rights reserved.