Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ConnectivityInfo
-
Packages that use ConnectivityInfo Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ConnectivityInfo in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ConnectivityInfo Modifier and Type Method Description List<ConnectivityInfo>GetConnectivityInfoResponse. connectivityInfo()The connectivity information for the core device.List<ConnectivityInfo>UpdateConnectivityInfoRequest. connectivityInfo()The connectivity information for the core device.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type ConnectivityInfo Modifier and Type Method Description GetConnectivityInfoResponse.BuilderGetConnectivityInfoResponse.Builder. connectivityInfo(ConnectivityInfo... connectivityInfo)The connectivity information for the core device.UpdateConnectivityInfoRequest.BuilderUpdateConnectivityInfoRequest.Builder. connectivityInfo(ConnectivityInfo... connectivityInfo)The connectivity information for the core device.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type ConnectivityInfo Modifier and Type Method Description GetConnectivityInfoResponse.BuilderGetConnectivityInfoResponse.Builder. connectivityInfo(Collection<ConnectivityInfo> connectivityInfo)The connectivity information for the core device.UpdateConnectivityInfoRequest.BuilderUpdateConnectivityInfoRequest.Builder. connectivityInfo(Collection<ConnectivityInfo> connectivityInfo)The connectivity information for the core device.
-