Class IotWirelessResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateAwsAccountWithPartnerAccountResponse,AssociateMulticastGroupWithFuotaTaskResponse,AssociateWirelessDeviceWithFuotaTaskResponse,AssociateWirelessDeviceWithMulticastGroupResponse,AssociateWirelessDeviceWithThingResponse,AssociateWirelessGatewayWithCertificateResponse,AssociateWirelessGatewayWithThingResponse,CancelMulticastGroupSessionResponse,CreateDestinationResponse,CreateDeviceProfileResponse,CreateFuotaTaskResponse,CreateMulticastGroupResponse,CreateNetworkAnalyzerConfigurationResponse,CreateServiceProfileResponse,CreateWirelessDeviceResponse,CreateWirelessGatewayResponse,CreateWirelessGatewayTaskDefinitionResponse,CreateWirelessGatewayTaskResponse,DeleteDestinationResponse,DeleteDeviceProfileResponse,DeleteFuotaTaskResponse,DeleteMulticastGroupResponse,DeleteNetworkAnalyzerConfigurationResponse,DeleteQueuedMessagesResponse,DeleteServiceProfileResponse,DeleteWirelessDeviceImportTaskResponse,DeleteWirelessDeviceResponse,DeleteWirelessGatewayResponse,DeleteWirelessGatewayTaskDefinitionResponse,DeleteWirelessGatewayTaskResponse,DeregisterWirelessDeviceResponse,DisassociateAwsAccountFromPartnerAccountResponse,DisassociateMulticastGroupFromFuotaTaskResponse,DisassociateWirelessDeviceFromFuotaTaskResponse,DisassociateWirelessDeviceFromMulticastGroupResponse,DisassociateWirelessDeviceFromThingResponse,DisassociateWirelessGatewayFromCertificateResponse,DisassociateWirelessGatewayFromThingResponse,GetDestinationResponse,GetDeviceProfileResponse,GetEventConfigurationByResourceTypesResponse,GetFuotaTaskResponse,GetLogLevelsByResourceTypesResponse,GetMetricConfigurationResponse,GetMetricsResponse,GetMulticastGroupResponse,GetMulticastGroupSessionResponse,GetNetworkAnalyzerConfigurationResponse,GetPartnerAccountResponse,GetPositionConfigurationResponse,GetPositionEstimateResponse,GetPositionResponse,GetResourceEventConfigurationResponse,GetResourceLogLevelResponse,GetResourcePositionResponse,GetServiceEndpointResponse,GetServiceProfileResponse,GetWirelessDeviceImportTaskResponse,GetWirelessDeviceResponse,GetWirelessDeviceStatisticsResponse,GetWirelessGatewayCertificateResponse,GetWirelessGatewayFirmwareInformationResponse,GetWirelessGatewayResponse,GetWirelessGatewayStatisticsResponse,GetWirelessGatewayTaskDefinitionResponse,GetWirelessGatewayTaskResponse,ListDestinationsResponse,ListDeviceProfilesResponse,ListDevicesForWirelessDeviceImportTaskResponse,ListEventConfigurationsResponse,ListFuotaTasksResponse,ListMulticastGroupsByFuotaTaskResponse,ListMulticastGroupsResponse,ListNetworkAnalyzerConfigurationsResponse,ListPartnerAccountsResponse,ListPositionConfigurationsResponse,ListQueuedMessagesResponse,ListServiceProfilesResponse,ListTagsForResourceResponse,ListWirelessDeviceImportTasksResponse,ListWirelessDevicesResponse,ListWirelessGatewaysResponse,ListWirelessGatewayTaskDefinitionsResponse,PutPositionConfigurationResponse,PutResourceLogLevelResponse,ResetAllResourceLogLevelsResponse,ResetResourceLogLevelResponse,SendDataToMulticastGroupResponse,SendDataToWirelessDeviceResponse,StartBulkAssociateWirelessDeviceWithMulticastGroupResponse,StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse,StartFuotaTaskResponse,StartMulticastGroupSessionResponse,StartSingleWirelessDeviceImportTaskResponse,StartWirelessDeviceImportTaskResponse,TagResourceResponse,TestWirelessDeviceResponse,UntagResourceResponse,UpdateDestinationResponse,UpdateEventConfigurationByResourceTypesResponse,UpdateFuotaTaskResponse,UpdateLogLevelsByResourceTypesResponse,UpdateMetricConfigurationResponse,UpdateMulticastGroupResponse,UpdateNetworkAnalyzerConfigurationResponse,UpdatePartnerAccountResponse,UpdatePositionResponse,UpdateResourceEventConfigurationResponse,UpdateResourcePositionResponse,UpdateWirelessDeviceImportTaskResponse,UpdateWirelessDeviceResponse,UpdateWirelessGatewayResponse
@Generated("software.amazon.awssdk:codegen") public abstract class IotWirelessResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIotWirelessResponse.Builderprotected static classIotWirelessResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedIotWirelessResponse(IotWirelessResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IotWirelessResponseMetadataresponseMetadata()-
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, sdkFields
-
-
-
-
Constructor Detail
-
IotWirelessResponse
protected IotWirelessResponse(IotWirelessResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public IotWirelessResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-