Class XRayResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.xray.model.XRayResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchGetTracesResponse,CancelTraceRetrievalResponse,CreateGroupResponse,CreateSamplingRuleResponse,DeleteGroupResponse,DeleteResourcePolicyResponse,DeleteSamplingRuleResponse,GetEncryptionConfigResponse,GetGroupResponse,GetGroupsResponse,GetIndexingRulesResponse,GetInsightEventsResponse,GetInsightImpactGraphResponse,GetInsightResponse,GetInsightSummariesResponse,GetRetrievedTracesGraphResponse,GetSamplingRulesResponse,GetSamplingStatisticSummariesResponse,GetSamplingTargetsResponse,GetServiceGraphResponse,GetTimeSeriesServiceStatisticsResponse,GetTraceGraphResponse,GetTraceSegmentDestinationResponse,GetTraceSummariesResponse,ListResourcePoliciesResponse,ListRetrievedTracesResponse,ListTagsForResourceResponse,PutEncryptionConfigResponse,PutResourcePolicyResponse,PutTelemetryRecordsResponse,PutTraceSegmentsResponse,StartTraceRetrievalResponse,TagResourceResponse,UntagResourceResponse,UpdateGroupResponse,UpdateIndexingRuleResponse,UpdateSamplingRuleResponse,UpdateTraceSegmentDestinationResponse
@Generated("software.amazon.awssdk:codegen") public abstract class XRayResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceXRayResponse.Builderprotected static classXRayResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedXRayResponse(XRayResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XRayResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
XRayResponse
protected XRayResponse(XRayResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public XRayResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-