Uses of Class
software.amazon.awssdk.services.privatenetworks.model.DeviceIdentifier
-
Packages that use DeviceIdentifier Package Description software.amazon.awssdk.services.privatenetworks.model software.amazon.awssdk.services.privatenetworks.paginators -
-
Uses of DeviceIdentifier in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return DeviceIdentifier Modifier and Type Method Description DeviceIdentifierActivateDeviceIdentifierResponse. deviceIdentifier()Information about the device identifier.DeviceIdentifierDeactivateDeviceIdentifierResponse. deviceIdentifier()Information about the device identifier.DeviceIdentifierGetDeviceIdentifierResponse. deviceIdentifier()Information about the device identifier.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type DeviceIdentifier Modifier and Type Method Description List<DeviceIdentifier>ListDeviceIdentifiersResponse. deviceIdentifiers()Information about the device identifiers.Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type DeviceIdentifier Modifier and Type Method Description ActivateDeviceIdentifierResponse.BuilderActivateDeviceIdentifierResponse.Builder. deviceIdentifier(DeviceIdentifier deviceIdentifier)Information about the device identifier.DeactivateDeviceIdentifierResponse.BuilderDeactivateDeviceIdentifierResponse.Builder. deviceIdentifier(DeviceIdentifier deviceIdentifier)Information about the device identifier.GetDeviceIdentifierResponse.BuilderGetDeviceIdentifierResponse.Builder. deviceIdentifier(DeviceIdentifier deviceIdentifier)Information about the device identifier.ListDeviceIdentifiersResponse.BuilderListDeviceIdentifiersResponse.Builder. deviceIdentifiers(DeviceIdentifier... deviceIdentifiers)Information about the device identifiers.Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type DeviceIdentifier Modifier and Type Method Description ListDeviceIdentifiersResponse.BuilderListDeviceIdentifiersResponse.Builder. deviceIdentifiers(Collection<DeviceIdentifier> deviceIdentifiers)Information about the device identifiers. -
Uses of DeviceIdentifier in software.amazon.awssdk.services.privatenetworks.paginators
Methods in software.amazon.awssdk.services.privatenetworks.paginators that return types with arguments of type DeviceIdentifier Modifier and Type Method Description SdkIterable<DeviceIdentifier>ListDeviceIdentifiersIterable. deviceIdentifiers()Returns an iterable to iterate through the paginatedListDeviceIdentifiersResponse.deviceIdentifiers()member.SdkPublisher<DeviceIdentifier>ListDeviceIdentifiersPublisher. deviceIdentifiers()Returns a publisher that can be used to get a stream of data.
-